Home
last modified time | relevance | path

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

/openbmc/linux/net/sctp/
H A Dproc.c173 sctp_for_each_hentry(ep, &head->chain) { in sctp_eps_seq_show()
H A 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()
H A Dsocket.c5318 sctp_for_each_hentry(ep, &head->chain) { in sctp_for_each_endpoint()
8368 sctp_for_each_hentry(pp, &head->chain) in sctp_get_port_local()
8397 sctp_for_each_hentry(pp, &head->chain) { in sctp_get_port_local()
/openbmc/linux/
H A D.clang-format582 - 'sctp_for_each_hentry'
/openbmc/linux/include/net/sctp/
H A Dsctp.h507 #define sctp_for_each_hentry(ep, head) \ macro