Searched refs:sctp_for_each_hentry (Results 1 – 5 of 5) sorted by relevance
223 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()
771 sctp_for_each_hentry(epb, &head->chain) { in __sctp_rcv_lookup_endpoint()866 sctp_for_each_hentry(epb, &head->chain) { in __sctp_lookup_association()
347 sctp_for_each_hentry(epb, &head->chain) { in __sctp_endpoint_lookup_assoc()
6170 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()
541 #define sctp_for_each_hentry(epb, head) \ macro