Home
last modified time | relevance | path

Searched refs:sctp_for_each_hentry (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/net/sctp/
Dproc.c173 sctp_for_each_hentry(ep, &head->chain) { in sctp_eps_seq_show()
Dinput.c764 sctp_for_each_hentry(ep2, &head->chain) { in __sctp_hash_endpoint()
865 sctp_for_each_hentry(ep, &head->chain) { in __sctp_rcv_lookup_endpoint()
Dsocket.c5300 sctp_for_each_hentry(ep, &head->chain) { in sctp_for_each_endpoint()
8333 sctp_for_each_hentry(pp, &head->chain) in sctp_get_port_local()
8362 sctp_for_each_hentry(pp, &head->chain) { in sctp_get_port_local()
/Linux-v6.1/
D.clang-format577 - 'sctp_for_each_hentry'
/Linux-v6.1/include/net/sctp/
Dsctp.h512 #define sctp_for_each_hentry(ep, head) \ macro