Home
last modified time | relevance | path

Searched refs:sk_for_each (Results 1 – 18 of 18) sorted by relevance

/linux/net/unix/
H A Ddiag.c193 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 Daf_unix.c431 sk_for_each(s, &net->unx.table.buckets[hash]) { in __unix_find_socket_byname()
/linux/net/bluetooth/rfcomm/
H A Dsock.c110 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 Dsco.c442 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 Dhci_sock.c212 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 Diso.c590 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 Dxsk_diag.c160 sk_for_each(sk, &net->xdp.list) { in xsk_diag_dump()
H A Dxsk.c1910 sk_for_each(sk, &net->xdp.list) { in xsk_notifier()
/linux/net/nfc/
H A Dllcp_core.c216 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 Drawsock.c379 sk_for_each(sk, &raw_sk_list.head) { in nfc_send_to_raw_sock()
/linux/net/x25/
H A Daf_x25.c273 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 Dddp.c95 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 Dsocket.c113 sk_for_each(sknode, hlist) { in pn_deliver_sock_broadcast()
/linux/net/mctp/
H A Daf_mctp.c728 sk_for_each(existing, &net->mctp.binds[hash]) { in mctp_sk_hash()
/linux/net/atm/
H A Dcommon.c319 sk_for_each(s, head) { in check_ci()
/linux/net/ipv4/
H A Dudp.c141 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 Dsolos-pci.c905 sk_for_each(s, head) { in find_vcc()
/linux/include/net/
H A Dsock.h947 #define sk_for_each(__sk, list) \ macro