Searched refs:put_port (Results 1 – 9 of 9) sorted by relevance
221 .put_port = ping_unhash,
423 if (sk->sk_prot->put_port) in __inet6_bind()424 sk->sk_prot->put_port(sk); in __inet6_bind()
1765 .put_port = udp_lib_unhash,
2169 .put_port = inet_put_port,
534 if (sk->sk_prot->put_port) in __inet_bind()535 sk->sk_prot->put_port(sk); in __inet_bind()
1033 .put_port = ping_unhash,
2946 .put_port = udp_lib_unhash,
3069 .put_port = inet_put_port,
1283 void (*put_port)(struct sock *sk); member