Home
last modified time | relevance | path

Searched refs:SOCK_BINDADDR_LOCK (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/net/ipv6/
Daf_inet6.c321 sk->userlocks |= SOCK_BINDADDR_LOCK; in inet6_bind()
/linux-2.4.37.9/net/ipv4/
Daf_inet.c536 sk->userlocks |= SOCK_BINDADDR_LOCK; in inet_bind()
Dudp.c840 if (!(sk->userlocks&SOCK_BINDADDR_LOCK)) { in udp_disconnect()
Dtcp.c2116 if (!(sk->userlocks&SOCK_BINDADDR_LOCK)) { in tcp_disconnect()
Dtcp_ipv4.c1916 (sk->userlocks & SOCK_BINDADDR_LOCK) || in tcp_v4_rebuild_header()
/linux-2.4.37.9/include/net/
Dsock.h837 #define SOCK_BINDADDR_LOCK 4 macro