Searched refs:SOF_NODEFUNCT (Results 1 – 3 of 3) sorted by relevance
815 so->so_flags |= SOF_NODEFUNCT; in socreate_internal()5510 so->so_flags &= ~SOF_NODEFUNCT; in sosetoptlock()5512 so->so_flags |= SOF_NODEFUNCT; in sosetoptlock()5538 (so->so_flags & SOF_NODEFUNCT) ? in sosetoptlock()5548 (so->so_flags & SOF_NODEFUNCT) ? in sosetoptlock()6238 optval = !(so->so_flags & SOF_NODEFUNCT); in sogetoptlock()7463 if (so->so_flags & SOF_NODEFUNCT) { in sosetdefunct()7478 so->so_flags &= ~SOF_NODEFUNCT; in sosetdefunct()
393 SOF_NODEFUNCT | SOF_PRIVILEGED_TRAFFIC_CLASS | SOF_NOTSENT_LOWAT | in sonewconn_internal()
244 #define SOF_NODEFUNCT 0x00008000 /* socket cannot be defunct'd */ macro