Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dbpf.c2057 struct ifnet *theywant; in bpf_setif() local
2061 theywant = ifunit(ifr->ifr_name); in bpf_setif()
2062 if (theywant == NULL || theywant->if_bpf == NULL) in bpf_setif()
2065 bp = theywant->if_bpf; in bpf_setif()