Home
last modified time | relevance | path

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

/linux-4.4.14/net/sctp/
Dproc.c223 sctp_for_each_hentry(epb, &head->chain) { in sctp_eps_seq_show()
331 sctp_for_each_hentry(epb, &head->chain) { in sctp_assocs_seq_show()
452 sctp_for_each_hentry(epb, &head->chain) { in sctp_remaddr_seq_show()
Dinput.c771 sctp_for_each_hentry(epb, &head->chain) { in __sctp_rcv_lookup_endpoint()
866 sctp_for_each_hentry(epb, &head->chain) { in __sctp_lookup_association()
Dendpointola.c347 sctp_for_each_hentry(epb, &head->chain) { in __sctp_endpoint_lookup_assoc()
Dsocket.c6170 sctp_for_each_hentry(pp, &head->chain) in sctp_get_port_local()
6198 sctp_for_each_hentry(pp, &head->chain) { in sctp_get_port_local()
/linux-4.4.14/include/net/sctp/
Dsctp.h541 #define sctp_for_each_hentry(epb, head) \ macro