Home | History | Annotate | Download | only in net

Lines Matching defs:direction

973  *  BIOCGDIRECTION	Get packet direction flag
974 * BIOCSDIRECTION Set packet direction flag
1296 * Get packet direction flag
1303 * Set packet direction flag
1306 u_int direction;
1308 direction = *(u_int *)addr;
1309 switch (direction) {
1313 d->bd_direction = direction;
1709 * direction BPF_D_IN or BPF_D_OUT
1713 void *pkt, u_int pktlen, u_int buflen, const u_int direction)
1730 if (direction == BPF_D_IN) {
1761 u_int direction)
1785 bpf_deliver(bp, bpf_mcpy, &mb, pktlen, 0, direction);
1792 _bpf_mtap(struct bpf_if *bp, struct mbuf *m, u_int direction)
1822 bpf_deliver(bp, cpfn, marg, pktlen, buflen, direction);
1833 _bpf_mtap_af(struct bpf_if *bp, uint32_t af, struct mbuf *m, u_int direction)
1845 _bpf_mtap(bp, &m0, direction);
2494 BPF_EXT(direction);