Searched refs:sk_for_each_bound (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/net/netlink/ |
D | diag.c | 156 sk_for_each_bound(sk, &tbl->mc_list) { in __netlink_diag_dump()
|
D | af_netlink.c | 562 sk_for_each_bound(sk, &tbl->mc_list) { in netlink_update_listeners() 1524 sk_for_each_bound(sk, &nl_table[ssk->sk_protocol].mc_list) in netlink_broadcast() 1603 sk_for_each_bound(sk, &nl_table[ssk->sk_protocol].mc_list) in netlink_set_err() 2172 sk_for_each_bound(sk, &tbl->mc_list) in __netlink_clear_multicast_users()
|
/linux-6.1.9/ |
D | .clang-format | 585 - 'sk_for_each_bound'
|
/linux-6.1.9/net/l2tp/ |
D | l2tp_ip.c | 50 sk_for_each_bound(sk, &l2tp_ip_bind_table) { in __l2tp_ip_bind_lookup()
|
D | l2tp_ip6.c | 61 sk_for_each_bound(sk, &l2tp_ip6_bind_table) { in __l2tp_ip6_bind_lookup()
|
/linux-6.1.9/net/ipv4/ |
D | inet_connection_sock.c | 239 sk_for_each_bound(sk2, &tb->owners) in inet_csk_bind_conflict()
|
/linux-6.1.9/include/net/ |
D | sock.h | 895 #define sk_for_each_bound(__sk, list) \ macro
|
/linux-6.1.9/net/unix/ |
D | af_unix.c | 393 sk_for_each_bound(s, &bsd_socket_buckets[hash]) { in unix_find_socket_byinode()
|
/linux-6.1.9/net/sctp/ |
D | socket.c | 8396 sk_for_each_bound(sk2, &pp->owner) { in sctp_get_port_local()
|