Searched refs:sk_for_each_bound (Results 1 – 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/netlink/ |
D | diag.c | 156 sk_for_each_bound(sk, &tbl->mc_list) { in __netlink_diag_dump()
|
D | af_netlink.c | 552 sk_for_each_bound(sk, &tbl->mc_list) { in netlink_update_listeners() 1520 sk_for_each_bound(sk, &nl_table[ssk->sk_protocol].mc_list) in netlink_broadcast_filtered() 1607 sk_for_each_bound(sk, &nl_table[ssk->sk_protocol].mc_list) in netlink_set_err() 2176 sk_for_each_bound(sk, &tbl->mc_list) in __netlink_clear_multicast_users()
|
/kernel/linux/linux-5.10/ |
D | .clang-format | 457 - 'sk_for_each_bound'
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/net/ipv4/ |
D | inet_connection_sock.c | 150 sk_for_each_bound(sk2, &tb->owners) { in inet_csk_bind_conflict()
|
/kernel/linux/linux-5.10/include/net/ |
D | sock.h | 841 #define sk_for_each_bound(__sk, list) \ macro
|
/kernel/linux/linux-5.10/net/sctp/ |
D | socket.c | 8156 sk_for_each_bound(sk2, &pp->owner) { in sctp_get_port_local()
|