| /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 | 110 sk_for_each(sk, &rfcomm_sk_list.head) { in __rfcomm_get_listen_sock_by_addr() 133 sk_for_each(sk, &rfcomm_sk_list.head) { in rfcomm_get_sock_by_channel() 989 sk_for_each(sk, &rfcomm_sk_list.head) { in rfcomm_sock_debugfs_show()
|
| /linux/net/bluetooth/ |
| H A D | sco.c | 442 sk_for_each(sk, &sco_sk_list.head) { in __sco_get_sock_listen_by_addr() 462 sk_for_each(sk, &sco_sk_list.head) { in sco_get_sock_listen() 1454 sk_for_each(sk, &sco_sk_list.head) { in sco_connect_ind() 1548 sk_for_each(sk, &sco_sk_list.head) { in sco_debugfs_show()
|
| H A D | hci_sock.c | 212 sk_for_each(sk, &hci_sk_list.head) { in hci_send_to_sock() 323 sk_for_each(sk, &hci_sk_list.head) { in __hci_send_to_channel() 440 sk_for_each(sk, &hci_sk_list.head) { in hci_send_monitor_ctrl_event() 770 sk_for_each(sk, &hci_sk_list.head) { in send_monitor_control_replay() 841 sk_for_each(sk, &hci_sk_list.head) { in hci_sock_dev_event()
|
| H A D | iso.c | 590 sk_for_each(sk, &iso_sk_list.head) { in __iso_get_sock_listen_by_addr() 609 sk_for_each(sk, &iso_sk_list.head) { in __iso_get_sock_listen_by_sid() 641 sk_for_each(sk, &iso_sk_list.head) { in iso_get_sock() 701 sk_for_each(sk, &iso_sk_list.head) { in iso_get_sock_big() 2632 sk_for_each(sk, &iso_sk_list.head) { in iso_debugfs_show()
|
| /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 | 1910 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 | 273 sk_for_each(s, &x25_list) in x25_find_listener() 312 sk_for_each(s, &x25_list) in __x25_find_socket() 1777 sk_for_each(s, &x25_list) { in x25_kill_by_neigh()
|
| /linux/net/appletalk/ |
| H A D | ddp.c | 95 sk_for_each(s, &atalk_sockets) { in atalk_search_socket() 155 sk_for_each(s, &atalk_sockets) { in atalk_find_or_insert_socket() 1107 sk_for_each(s, &atalk_sockets) { in atalk_pick_and_bind_port()
|
| /linux/net/phonet/ |
| H A D | socket.c | 113 sk_for_each(sknode, hlist) { in pn_deliver_sock_broadcast()
|
| /linux/net/mctp/ |
| H A D | af_mctp.c | 728 sk_for_each(existing, &net->mctp.binds[hash]) { in mctp_sk_hash()
|
| /linux/net/atm/ |
| H A D | common.c | 319 sk_for_each(s, head) { in check_ci()
|
| /linux/net/ipv4/ |
| H A D | udp.c | 141 sk_for_each(sk2, &hslot->head) { in udp_lib_lport_inuse() 206 sk_for_each(sk2, &hslot->head) { in udp_reuseport_add_sock() 3171 sk_for_each(sk, &hslot->head) { in udp_get_first()
|
| /linux/drivers/atm/ |
| H A D | solos-pci.c | 905 sk_for_each(s, head) { in find_vcc()
|
| /linux/include/net/ |
| H A D | sock.h | 947 #define sk_for_each(__sk, list) \ macro
|