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

  /src/sys/netinet/
in_pcb.c 264 inp_lhash);
462 LIST_REMOVE(inp, inp_lhash);
464 inp_lhash);
698 LIST_REMOVE(inp, inp_lhash);
968 LIST_FOREACH(inp, head, inp_lhash) {
in_pcb.h 91 LIST_ENTRY(inpcb) inp_lhash; member in struct:inpcb
  /src/sys/netinet6/
in6_pcb.c 318 LIST_REMOVE(inp, inp_lhash);
320 inp, inp_lhash);
845 LIST_FOREACH(inp, head, inp_lhash) {

Completed in 52 milliseconds