Home
last modified time | relevance | path

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

/Linux-v5.4/net/sctp/
Dproc.c174 sctp_for_each_hentry(epb, &head->chain) { in sctp_eps_seq_show()
Dinput.c738 sctp_for_each_hentry(epb2, &head->chain) { in __sctp_hash_endpoint()
843 sctp_for_each_hentry(epb, &head->chain) { in __sctp_rcv_lookup_endpoint()
Dsocket.c5349 sctp_for_each_hentry(epb, &head->chain) { in sctp_for_each_endpoint()
8185 sctp_for_each_hentry(pp, &head->chain) in sctp_get_port_local()
8213 sctp_for_each_hentry(pp, &head->chain) { in sctp_get_port_local()
/Linux-v5.4/
D.clang-format414 - 'sctp_for_each_hentry'
/Linux-v5.4/include/net/sctp/
Dsctp.h509 #define sctp_for_each_hentry(epb, head) \ macro