Searched refs:pipe_ptr (Results 1 - 5 of 5) sorted by relevance

/xnu-2422.115.4/bsd/netinet/
H A Dip_fw2_compat.h86 void *pipe_ptr; /* flow_set ptr for dummynet pipe */ member in struct:ip_fw_compat
96 * void *pipe_ptr
172 user32_addr_t pipe_ptr; /* flow_set ptr for dummynet pipe */ member in struct:ip_fw_compat_32
217 user64_addr_t pipe_ptr; /* flow_set ptr for dummynet pipe */ member in struct:ip_fw_compat_64
422 void *pipe_ptr; /* Pipe ptr in case of dummynet pipe */ member in struct:ip_old_fw
H A Dip_fw2.h300 * Note that, because of previous instructions, pipe_ptr might
306 void *pipe_ptr; /* XXX */ member in struct:_ipfw_insn_pipe
611 user64_addr_t pipe_ptr; /* XXX */ member in struct:_ipfw_insn_pipe_64
616 user32_addr_t pipe_ptr; /* XXX */ member in struct:_ipfw_insn_pipe_32
H A Dip_fw.h126 void *pipe_ptr; /* flow_set ptr for dummynet pipe */ member in struct:ip_fw
136 * void *pipe_ptr
H A Dip_fw2_compat.c1592 rule_vers0->pipe_ptr = CAST_DOWN_EXPLICIT(void*, rule_vers1.pipe_ptr);
1620 rule_vers0->pipe_ptr = CAST_DOWN_EXPLICIT(void*, rule_vers1.pipe_ptr);
2456 *((int32_t *)(dst+1)) = compat_rule->pipe_ptr;
2997 *((int32_t *)(dst+1)) = compat_rule->pipe_ptr;
3210 rule_vers1->pipe_ptr = rule_vers0->pipe_ptr;
H A Dip_fw2.c2801 * When pipes/queues are deleted, clear the "pipe_ptr" pointer to a given
2816 * XXX Use bcmp/bzero to handle pipe_ptr to overcome
2822 !bcmp(&cmd->pipe_ptr, &match, sizeof(match)) )
2823 bzero(&cmd->pipe_ptr, sizeof(cmd->pipe_ptr));

Completed in 30 milliseconds