HomeSort by: relevance | last modified time | path
    Searched refs:sctp_hash (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
sctp_pcb.c 273 LIST_FOREACH(inp, ephead, sctp_hash) {
685 LIST_FOREACH(inp, head, sctp_hash) {
729 LIST_FOREACH(inp, head, sctp_hash) {
1523 LIST_INSERT_HEAD(head, new_inp, sctp_hash);
1579 LIST_FOREACH(t_inp, head, sctp_hash) {
1920 LIST_INSERT_HEAD(head, inp, sctp_hash);
2211 LIST_REMOVE(inp, sctp_hash);
3850 SCTP_ZONE_INIT(sctppcbinfo.ipi_zone_hash, "sctp_hash",
sctp_pcb.h 296 LIST_ENTRY(sctp_inpcb) sctp_hash; member in struct:sctp_inpcb

Completed in 32 milliseconds