Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dping.c447 sk->sk_userlocks |= SOCK_BINDADDR_LOCK; in ping_bind()
450 sk->sk_userlocks |= SOCK_BINDADDR_LOCK; in ping_bind()
H A Daf_inet.c552 sk->sk_userlocks |= SOCK_BINDADDR_LOCK; in __inet_bind()
1345 (sk->sk_userlocks & SOCK_BINDADDR_LOCK) || in inet_sk_rebuild_header()
H A Dinet_hashtables.c982 if (!(sk->sk_userlocks & SOCK_BINDADDR_LOCK)) in inet_bhash2_reset_saddr()
H A Dudp.c1948 if (!(sk->sk_userlocks & SOCK_BINDADDR_LOCK)) { in __udp_disconnect()
/openbmc/linux/net/ipv6/
H A Daf_inet6.c424 sk->sk_userlocks |= SOCK_BINDADDR_LOCK; in __inet6_bind()
/openbmc/linux/include/net/
H A Dsock.h1581 #define SOCK_BINDADDR_LOCK 4 macro