Home
last modified time | relevance | path

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

/linux-6.12.1/net/sctp/
Dproc.c173 sctp_for_each_hentry(ep, &head->chain) { in sctp_eps_seq_show()
Dinput.c755 sctp_for_each_hentry(ep2, &head->chain) { in __sctp_hash_endpoint()
856 sctp_for_each_hentry(ep, &head->chain) { in __sctp_rcv_lookup_endpoint()
Dsocket.c5324 sctp_for_each_hentry(ep, &head->chain) { in sctp_for_each_endpoint()
8374 sctp_for_each_hentry(pp, &head->chain) in sctp_get_port_local()
8403 sctp_for_each_hentry(pp, &head->chain) { in sctp_get_port_local()
/linux-6.12.1/
D.clang-format651 - 'sctp_for_each_hentry'
/linux-6.12.1/include/net/sctp/
Dsctp.h507 #define sctp_for_each_hentry(ep, head) \ macro