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

/freebsd-10.2-release/sys/net/
H A Dbpf.c1845 struct ifnet *theywant; local
1849 theywant = ifunit(ifr->ifr_name);
1850 if (theywant == NULL || theywant->if_bpf == NULL)
1853 bp = theywant->if_bpf;

Completed in 47 milliseconds