Searched refs:inp_hash (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcb.c1283 LIST_FOREACH(inp, head, inp_hash) {
1388 LIST_FOREACH(inp, head, inp_hash) {
1423 LIST_FOREACH(inp, head, inp_hash) {
1519 LIST_FOREACH(inp, head, inp_hash) {
1553 LIST_FOREACH(inp, head, inp_hash) {
1685 LIST_INSERT_HEAD(pcbhash, inp, inp_hash);
1713 LIST_REMOVE(inp, inp_hash);
1714 LIST_INSERT_HEAD(head, inp, inp_hash);
1730 LIST_REMOVE(inp, inp_hash);
H A Din_pcb.h145 LIST_ENTRY(inpcb) inp_hash; /* hash list */ member in struct:inpcb
274 _INPCB_LIST_ENTRY(inpcb) inp_hash; /* hash list */ member in struct:inpcb_compat
/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_pcb.c907 LIST_FOREACH(inp, head, inp_hash) {
1067 LIST_FOREACH(inp, head, inp_hash) {
1098 LIST_FOREACH(inp, head, inp_hash) {
1168 LIST_FOREACH(inp, head, inp_hash) {
1199 LIST_FOREACH(inp, head, inp_hash) {

Completed in 76 milliseconds