Searched refs:theywant (Results 1 – 1 of 1) sorted by relevance
2057 struct ifnet *theywant; in bpf_setif() local2061 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()