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

  /src/sys/netinet/
in_pcb.c 783 LIST_FOREACH(inp, head, inp_hash) {
1079 LIST_FOREACH(inp, head, inp_hash) {
1107 LIST_REMOVE(inp, inp_hash);
1108 LIST_INSERT_HEAD(head, inp, inp_hash);
1126 LIST_FOREACH(inp, head, inp_hash) {
1135 LIST_FOREACH(inp, head, inp_hash) {
1154 LIST_REMOVE(inp, inp_hash);
1155 LIST_INSERT_HEAD(head, inp, inp_hash);
1175 LIST_REMOVE(inp, inp_hash);
1181 inp_hash);
    [all...]
in_pcb.h 90 LIST_ENTRY(inpcb) inp_hash; member in struct:inpcb
  /src/sys/netinet6/
in6_pcb.c 1056 LIST_FOREACH(inp, head, inp_hash) {
1100 LIST_FOREACH(inp, head, inp_hash) {
1121 LIST_FOREACH(inp, head, inp_hash) {
1139 LIST_FOREACH(inp, head, inp_hash) {
1159 LIST_REMOVE(inp, inp_hash);
1160 LIST_INSERT_HEAD(head, inp, inp_hash);
1173 LIST_REMOVE(inp, inp_hash);
1179 inp_hash);
1185 inp_hash);

Completed in 18 milliseconds