Home
last modified time | relevance | path

Searched refs:sk_for_each (Results 1 – 19 of 19) 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.c109 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 Dsco.c454 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 Diso.c668 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 Daf_bluetooth.c198 sk_for_each(sk, &l->head) { in bt_sock_linked()
/linux/net/xdp/
H A Dxsk_diag.c160 sk_for_each(sk, &net->xdp.list) { in xsk_diag_dump()
H A Dxsk.c2131 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.c274 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 Daf_iucv.c275 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 Dsocket.c367 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 Dsocket.c113 sk_for_each(sknode, hlist) { in pn_deliver_sock_broadcast()
H A Dpep.c634 sk_for_each(sknode, hlist) { in pep_find_pipe()
/linux/net/atm/
H A Dcommon.c311 sk_for_each(s, head) { in check_ci()
/linux/net/ipv4/
H A Draw.c987 sk_for_each(sk, hlist) { in raw_get_first()
H A Dudp.c142 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 Dsock.h947 #define sk_for_each(__sk, list) \ macro