Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/net/
Dbpfdesc.h97 int bd_locked; /* true if descriptor is locked */ member
142 int bd_locked; member
Dbpf.c1182 if (d->bd_locked == 1) { in bpfioctl()
1613 d->bd_locked = 1; in bpfioctl()
2780 d->bd_locked = bd->bd_locked; in bpfstats_fill_xbpf()
/freebsd-10-stable/usr.bin/netstat/
Dbpf.c87 *flagbuf++ = bd->bd_locked ? 'l' : '-'; in bpf_flags()