Searched refs:sctp_for_each_hentry (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/sctp/ |
H A D | proc.c | 174 sctp_for_each_hentry(epb, &head->chain) { in sctp_eps_seq_show()
|
H A D | input.c | 741 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 D | socket.c | 5202 sctp_for_each_hentry(epb, &head->chain) { in sctp_for_each_endpoint() 8118 sctp_for_each_hentry(pp, &head->chain) in sctp_get_port_local() 8147 sctp_for_each_hentry(pp, &head->chain) { in sctp_get_port_local()
|
/kernel/linux/linux-6.6/net/sctp/ |
H A D | proc.c | 173 sctp_for_each_hentry(ep, &head->chain) { in sctp_eps_seq_show()
|
H A D | input.c | 751 sctp_for_each_hentry(ep2, &head->chain) { in __sctp_hash_endpoint() 853 sctp_for_each_hentry(ep, &head->chain) { in __sctp_rcv_lookup_endpoint()
|
H A D | socket.c | 5318 sctp_for_each_hentry(ep, &head->chain) { in sctp_for_each_endpoint() 8367 sctp_for_each_hentry(pp, &head->chain) in sctp_get_port_local() 8396 sctp_for_each_hentry(pp, &head->chain) { in sctp_get_port_local()
|
/kernel/linux/linux-5.10/include/net/sctp/ |
H A D | sctp.h | 509 #define sctp_for_each_hentry(epb, head) \ macro
|
/kernel/linux/linux-6.6/include/net/sctp/ |
H A D | sctp.h | 507 #define sctp_for_each_hentry(ep, head) \ macro
|
Completed in 31 milliseconds