Home
last modified time | relevance | path

Searched refs:bd_locked (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/net/
H A Dbpfdesc.h101 int bd_locked; /* true if descriptor is locked */ member
146 int bd_locked; member
H A Dbpf.c1374 if (d->bd_locked == 1) { in bpfioctl()
1793 d->bd_locked = 1; in bpfioctl()
2926 d->bd_locked = bd->bd_locked; in bpfstats_fill_xbpf()
/f-stack/tools/compat/include/net/
H A Dbpfdesc.h100 int bd_locked; /* true if descriptor is locked */ member
145 int bd_locked; member
/f-stack/tools/netstat/
H A Dbpf.c90 *flagbuf++ = bd->bd_locked ? 'l' : '-'; in bpf_flags()
105 if (bd->bd_locked) in bpf_flags()