Searched refs:put_port (Results 1 – 9 of 9) sorted by relevance
216 .put_port = ping_unhash,
415 if (sk->sk_prot->put_port) in __inet6_bind()416 sk->sk_prot->put_port(sk); in __inet6_bind()
1773 .put_port = udp_lib_unhash,
2164 .put_port = inet_put_port,
543 if (sk->sk_prot->put_port) in __inet_bind()544 sk->sk_prot->put_port(sk); in __inet_bind()
1019 .put_port = ping_unhash,
3130 .put_port = inet_put_port,
2916 .put_port = udp_lib_unhash,
1302 void (*put_port)(struct sock *sk); member