Home
last modified time | relevance | path

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

/linux-6.6.21/net/sctp/
Dproc.c173 sctp_for_each_hentry(ep, &head->chain) { in sctp_eps_seq_show()
Dinput.c751 sctp_for_each_hentry(ep2, &head->chain) { in __sctp_hash_endpoint()
853 sctp_for_each_hentry(ep, &head->chain) { in __sctp_rcv_lookup_endpoint()
Dsocket.c5318 sctp_for_each_hentry(ep, &head->chain) { in sctp_for_each_endpoint()
8367 sctp_for_each_hentry(pp, &head->chain) in sctp_get_port_local()
8396 sctp_for_each_hentry(pp, &head->chain) { in sctp_get_port_local()
/linux-6.6.21/
D.clang-format582 - 'sctp_for_each_hentry'
/linux-6.6.21/include/net/sctp/
Dsctp.h507 #define sctp_for_each_hentry(ep, head) \ macro