Searched refs:sk_for_each_bound (Results 1 – 8 of 8) sorted by relevance
| /linux/net/netlink/ |
| H A D | diag.c | 157 sk_for_each_bound(sk, &tbl->mc_list) { in __netlink_diag_dump()
|
| H A D | af_netlink.c | 542 sk_for_each_bound(sk, &tbl->mc_list) { in netlink_update_listeners() 1532 sk_for_each_bound(sk, &nl_table[ssk->sk_protocol].mc_list) in netlink_broadcast_filtered() 1620 sk_for_each_bound(sk, &nl_table[ssk->sk_protocol].mc_list) in netlink_set_err()
|
| /linux/net/ipv4/ |
| H A D | inet_connection_sock.c | 212 sk_for_each_bound(sk2, &tb2->owners) { in inet_bhash2_conflict() 223 sk_for_each_bound((__sk), &(__tb2)->owners)
|
| H A D | tcp_diag.c | 419 sk_for_each_bound(sk, &tb2->owners) { in tcp_diag_dump()
|
| H A D | inet_hashtables.c | 184 sk_for_each_bound(sk, &tb->owners) { in inet_bind2_bucket_destroy()
|
| /linux/include/net/ |
| H A D | sock.h | 962 #define sk_for_each_bound(__sk, list) \ macro
|
| /linux/net/unix/ |
| H A D | af_unix.c | 461 sk_for_each_bound(s, &bsd_socket_buckets[hash]) { in unix_find_socket_byinode()
|
| /linux/net/sctp/ |
| H A D | socket.c | 8479 sk_for_each_bound(sk2, &pp->owner) { in sctp_get_port_local()
|