Searched refs:sk_for_each_bound (Results 1 – 10 of 10) sorted by relevance
| /linux/net/netlink/ |
| A D | diag.c | 157 sk_for_each_bound(sk, &tbl->mc_list) { in __netlink_diag_dump()
|
| A D | af_netlink.c | 543 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_filtered() 1612 sk_for_each_bound(sk, &nl_table[ssk->sk_protocol].mc_list) in netlink_set_err()
|
| /linux/ |
| A D | .clang-format | 660 - 'sk_for_each_bound'
|
| /linux/net/l2tp/ |
| A D | l2tp_ip.c | 62 sk_for_each_bound(sk, &pn->l2tp_ip_bind_table) { in __l2tp_ip_bind_lookup()
|
| A D | l2tp_ip6.c | 70 sk_for_each_bound(sk, &pn->l2tp_ip6_bind_table) { in __l2tp_ip6_bind_lookup()
|
| /linux/net/ipv4/ |
| A D | inet_connection_sock.c | 228 sk_for_each_bound(sk2, &tb2->owners) { in inet_bhash2_conflict() 239 sk_for_each_bound((__sk), &(__tb2)->owners)
|
| A D | inet_diag.c | 1125 sk_for_each_bound(sk, &tb2->owners) { in inet_diag_dump_icsk()
|
| /linux/include/net/ |
| A D | sock.h | 895 #define sk_for_each_bound(__sk, list) \ macro
|
| /linux/net/unix/ |
| A D | af_unix.c | 472 sk_for_each_bound(s, &bsd_socket_buckets[hash]) { in unix_find_socket_byinode()
|
| /linux/net/sctp/ |
| A D | socket.c | 8437 sk_for_each_bound(sk2, &pp->owner) { in sctp_get_port_local()
|
Completed in 48 milliseconds