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

/freebsd-10.0-release/sys/net/
H A Dbpf.c1843 struct ifnet *theywant; local
1847 theywant = ifunit(ifr->ifr_name);
1848 if (theywant == NULL || theywant->if_bpf == NULL)
1851 bp = theywant->if_bpf;

Completed in 80 milliseconds