Searched refs:SOF_NODEFUNCT (Results 1 – 3 of 3) sorted by relevance
659 so->so_flags |= SOF_NODEFUNCT; in socreate_internal()5233 so->so_flags &= ~SOF_NODEFUNCT; in sosetoptlock()5235 so->so_flags |= SOF_NODEFUNCT; in sosetoptlock()5261 (so->so_flags & SOF_NODEFUNCT) ? in sosetoptlock()5271 (so->so_flags & SOF_NODEFUNCT) ? in sosetoptlock()6075 optval = !(so->so_flags & SOF_NODEFUNCT); in sogetoptlock()7389 if (so->so_flags & SOF_NODEFUNCT) { in sosetdefunct()7404 so->so_flags &= ~SOF_NODEFUNCT; in sosetdefunct()
396 SOF_NODEFUNCT | SOF_PRIVILEGED_TRAFFIC_CLASS | SOF_NOTSENT_LOWAT | in sonewconn_internal()
250 #define SOF_NODEFUNCT 0x00008000 /* socket cannot be defunct'd */ macro