Searched refs:put_port (Results 1 – 9 of 9) sorted by relevance
216 .put_port = ping_unhash,
416 if (sk->sk_prot->put_port) in __inet6_bind()417 sk->sk_prot->put_port(sk); in __inet6_bind()
1788 .put_port = udp_lib_unhash,
2157 .put_port = inet_put_port,
544 if (sk->sk_prot->put_port) in __inet_bind()545 sk->sk_prot->put_port(sk); in __inet_bind()
1019 .put_port = ping_unhash,
3145 .put_port = inet_put_port,
2941 .put_port = udp_lib_unhash,
1304 void (*put_port)(struct sock *sk); member