Searched refs:sk_for_each_bound (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/net/netlink/ |
A D | diag.c | 156 sk_for_each_bound(sk, &tbl->mc_list) { in __netlink_diag_dump()
|
A D | af_netlink.c | 562 sk_for_each_bound(sk, &tbl->mc_list) { in netlink_update_listeners() 1535 sk_for_each_bound(sk, &nl_table[ssk->sk_protocol].mc_list) in netlink_broadcast() 1614 sk_for_each_bound(sk, &nl_table[ssk->sk_protocol].mc_list) in netlink_set_err() 2183 sk_for_each_bound(sk, &tbl->mc_list) in __netlink_clear_multicast_users()
|
/linux-6.3-rc2/ |
A D | .clang-format | 589 - 'sk_for_each_bound'
|
/linux-6.3-rc2/net/l2tp/ |
A D | l2tp_ip.c | 50 sk_for_each_bound(sk, &l2tp_ip_bind_table) { in __l2tp_ip_bind_lookup()
|
A D | l2tp_ip6.c | 61 sk_for_each_bound(sk, &l2tp_ip6_bind_table) { in __l2tp_ip6_bind_lookup()
|
/linux-6.3-rc2/net/ipv4/ |
A D | inet_connection_sock.c | 260 sk_for_each_bound(sk2, &tb->owners) in inet_csk_bind_conflict()
|
/linux-6.3-rc2/include/net/ |
A D | sock.h | 899 #define sk_for_each_bound(__sk, list) \ macro
|
/linux-6.3-rc2/net/unix/ |
A D | af_unix.c | 394 sk_for_each_bound(s, &bsd_socket_buckets[hash]) { in unix_find_socket_byinode()
|
/linux-6.3-rc2/net/sctp/ |
A D | socket.c | 8401 sk_for_each_bound(sk2, &pp->owner) { in sctp_get_port_local()
|
Completed in 39 milliseconds