Searched refs:sctp_hash (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_pcb.c1214 LIST_FOREACH(inp, ephead, sctp_hash) {
1950 LIST_FOREACH(inp, head, sctp_hash) {
2048 LIST_FOREACH(inp, head, sctp_hash) {
2153 LIST_FOREACH(t_inp, head, sctp_hash) {
2220 LIST_FOREACH(tinp, head, sctp_hash) {
2234 LIST_REMOVE(tinp, sctp_hash);
2237 LIST_INSERT_HEAD(head, tinp, sctp_hash);
2242 LIST_REMOVE(inp, sctp_hash);
2245 LIST_INSERT_HEAD(head, inp, sctp_hash);
3163 LIST_INSERT_HEAD(head, new_inp, sctp_hash);
[all...]
H A Dsctp_pcb.h454 LIST_ENTRY(sctp_inpcb) sctp_hash; member in struct:sctp_inpcb

Completed in 180 milliseconds