Home
last modified time | relevance | path

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

/Linux-v5.15/net/sctp/
Dproc.c174 sctp_for_each_hentry(epb, &head->chain) { in sctp_eps_seq_show()
Dinput.c764 sctp_for_each_hentry(epb2, &head->chain) { in __sctp_hash_endpoint()
869 sctp_for_each_hentry(epb, &head->chain) { in __sctp_rcv_lookup_endpoint()
Dsocket.c5308 sctp_for_each_hentry(epb, &head->chain) { in sctp_for_each_endpoint()
8326 sctp_for_each_hentry(pp, &head->chain) in sctp_get_port_local()
8355 sctp_for_each_hentry(pp, &head->chain) { in sctp_get_port_local()
/Linux-v5.15/
D.clang-format464 - 'sctp_for_each_hentry'
/Linux-v5.15/include/net/sctp/
Dsctp.h513 #define sctp_for_each_hentry(epb, head) \ macro