Home | Sort by: relevance | last modified time | path |
/src/sys/netinet/ | |
tcp_usrreq.c | 483 int nofd = so->so_state & SS_NOFDREF; /* XXX */ local in function:tcp_attach 487 so->so_state |= nofd; |
dccp_usrreq.c | 1627 int nofd = so->so_state & SS_NOFDREF; local in function:dccp_attach 1630 so->so_state |= nofd; |