Home
last modified time | relevance | path

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

/Linux-v4.19/net/sctp/
Dproc.c189 sctp_for_each_hentry(epb, &head->chain) { in sctp_eps_seq_show()
Dinput.c785 sctp_for_each_hentry(epb, &head->chain) { in __sctp_rcv_lookup_endpoint()
Dsocket.c5054 sctp_for_each_hentry(epb, &head->chain) { in sctp_for_each_endpoint()
7694 sctp_for_each_hentry(pp, &head->chain) in sctp_get_port_local()
7722 sctp_for_each_hentry(pp, &head->chain) { in sctp_get_port_local()
/Linux-v4.19/
D.clang-format347 - 'sctp_for_each_hentry'
/Linux-v4.19/include/net/sctp/
Dsctp.h524 #define sctp_for_each_hentry(epb, head) \ macro