Searched refs:bd_seesent (Results 1 – 3 of 3) sorted by relevance
131 int bd_seesent; /* true if bpf should see sent packets */ member
825 d->bd_seesent = 1; in bpfopen()2138 bcopy(&d->bd_seesent, addr, sizeof(u_int)); in bpfioctl()2145 bcopy(addr, &d->bd_seesent, sizeof(u_int)); in bpfioctl()2935 if (outbound && !d->bd_seesent) { in bpf_tap_imp()4177 d->bd_seesent = bd->bd_seesent != 0 ? 1 : 0; in bpfstats_fill_xbpf()
344 uint8_t bd_seesent; member