Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/sctp/
H A Dproc.c174 sctp_for_each_hentry(epb, &head->chain) { in sctp_eps_seq_show()
H A Dinput.c741 sctp_for_each_hentry(epb2, &head->chain) { in __sctp_hash_endpoint()
846 sctp_for_each_hentry(epb, &head->chain) { in __sctp_rcv_lookup_endpoint()
H A Dsocket.c5198 sctp_for_each_hentry(epb, &head->chain) { in sctp_for_each_endpoint()
8098 sctp_for_each_hentry(pp, &head->chain) in sctp_get_port_local()
8127 sctp_for_each_hentry(pp, &head->chain) { in sctp_get_port_local()
/OK3568_Linux_fs/kernel/
H A D.clang-format451 - 'sctp_for_each_hentry'
/OK3568_Linux_fs/kernel/include/net/sctp/
H A Dsctp.h509 #define sctp_for_each_hentry(epb, head) \ macro