Searched refs:SOF_NODEFUNCT (Results 1 – 3 of 3) sorted by relevance
817 so->so_flags |= SOF_NODEFUNCT; in socreate_internal()5379 so->so_flags &= ~SOF_NODEFUNCT; in sosetoptlock()5381 so->so_flags |= SOF_NODEFUNCT; in sosetoptlock()5407 (so->so_flags & SOF_NODEFUNCT) ? in sosetoptlock()5417 (so->so_flags & SOF_NODEFUNCT) ? in sosetoptlock()6180 optval = !(so->so_flags & SOF_NODEFUNCT); in sogetoptlock()7472 if (so->so_flags & SOF_NODEFUNCT) { in sosetdefunct()7487 so->so_flags &= ~SOF_NODEFUNCT; in sosetdefunct()
396 SOF_NODEFUNCT | SOF_PRIVILEGED_TRAFFIC_CLASS | SOF_NOTSENT_LOWAT | in sonewconn_internal()
259 #define SOF_NODEFUNCT 0x00008000 /* socket cannot be defunct'd */ macro