| /linux/net/unix/ |
| H A D | diag.c | 193 sk_for_each(sk, &net->unx.table.buckets[slot]) { in unix_diag_dump() 232 sk_for_each(sk, &net->unx.table.buckets[i]) { in unix_lookup_by_ino()
|
| H A D | af_unix.c | 431 sk_for_each(s, &net->unx.table.buckets[hash]) { in __unix_find_socket_byname()
|
| /linux/net/bluetooth/rfcomm/ |
| H A D | sock.c | 109 sk_for_each(sk, &rfcomm_sk_list.head) { in __rfcomm_get_listen_sock_by_addr() 132 sk_for_each(sk, &rfcomm_sk_list.head) { in rfcomm_get_sock_by_channel() 1023 sk_for_each(sk, &rfcomm_sk_list.head) { in rfcomm_sock_debugfs_show()
|
| /linux/net/bluetooth/ |
| H A D | sco.c | 454 sk_for_each(sk, &sco_sk_list.head) { in __sco_get_sock_listen_by_addr() 474 sk_for_each(sk, &sco_sk_list.head) { in sco_get_sock_listen() 1486 sk_for_each(sk, &sco_sk_list.head) { in sco_connect_ind() 1582 sk_for_each(sk, &sco_sk_list.head) { in sco_debugfs_show()
|
| H A D | iso.c | 668 sk_for_each(sk, &iso_sk_list.head) { in __iso_get_sock_listen_by_addr() 687 sk_for_each(sk, &iso_sk_list.head) { in __iso_get_sock_listen_by_sid() 719 sk_for_each(sk, &iso_sk_list.head) { in iso_get_sock() 779 sk_for_each(sk, &iso_sk_list.head) { in iso_get_sock_big() 2856 sk_for_each(sk, &iso_sk_list.head) { in iso_debugfs_show()
|
| H A D | af_bluetooth.c | 198 sk_for_each(sk, &l->head) { in bt_sock_linked()
|
| /linux/net/xdp/ |
| H A D | xsk_diag.c | 160 sk_for_each(sk, &net->xdp.list) { in xsk_diag_dump()
|
| H A D | xsk.c | 2131 sk_for_each(sk, &net->xdp.list) { in xsk_notifier()
|
| /linux/net/nfc/ |
| H A D | llcp_core.c | 216 sk_for_each(sk, &local->sockets.head) { in nfc_llcp_sock_get() 379 sk_for_each(sk, &local->sockets.head) { in nfc_llcp_sock_from_sn() 730 sk_for_each(sk, &local->raw_sockets.head) { in nfc_llcp_send_to_raw_sock() 826 sk_for_each(sk, &local->connecting_sockets.head) { in nfc_llcp_connecting_sock_get()
|
| H A D | rawsock.c | 379 sk_for_each(sk, &raw_sk_list.head) { in nfc_send_to_raw_sock()
|
| /linux/net/x25/ |
| H A D | af_x25.c | 274 sk_for_each(s, &x25_list) in x25_find_listener() 313 sk_for_each(s, &x25_list) in __x25_find_socket() 1774 sk_for_each(s, &x25_list) { in x25_kill_by_neigh()
|
| /linux/net/iucv/ |
| H A D | af_iucv.c | 275 sk_for_each(sk, &iucv_sk_list.head) in __iucv_get_sock_by_name() 1631 sk_for_each(sk, &iucv_sk_list.head) in iucv_callback_connreq() 2089 sk_for_each(sk, &iucv_sk_list.head) { in afiucv_hs_rcv() 2226 sk_for_each(sk, &iucv_sk_list.head) { in afiucv_netdev_event()
|
| /linux/net/ieee802154/ |
| H A D | socket.c | 367 sk_for_each(sk, &raw_head) { in ieee802154_raw_deliver() 808 sk_for_each(sk, &dgram_head) { in ieee802154_dgram_deliver()
|
| /linux/net/phonet/ |
| H A D | socket.c | 113 sk_for_each(sknode, hlist) { in pn_deliver_sock_broadcast()
|
| H A D | pep.c | 634 sk_for_each(sknode, hlist) { in pep_find_pipe()
|
| /linux/net/atm/ |
| H A D | common.c | 311 sk_for_each(s, head) { in check_ci()
|
| /linux/net/ipv4/ |
| H A D | raw.c | 987 sk_for_each(sk, hlist) { in raw_get_first()
|
| H A D | udp.c | 142 sk_for_each(sk2, &hslot->head) { in udp_lib_lport_inuse() 207 sk_for_each(sk2, &hslot->head) { in udp_reuseport_add_sock() 3212 sk_for_each(sk, &hslot->head) { in udp_get_first()
|
| /linux/include/net/ |
| H A D | sock.h | 947 #define sk_for_each(__sk, list) \ macro
|