Home | Sort by: relevance | last modified time | path |
/src/sys/net/npf/ | |
npf_os.c | 452 static pfil_head_t *npf_ph_ether; local in function:register_etherpfil_hook 454 if ((npf_ph_ether = pfil_head_get(PFIL_TYPE_IFNET, ifp)) == NULL) { 459 if (npf_ph_ether) { 461 PFIL_ALL, npf_ph_ether); 464 npf_ph_etherlist[i] = npf_ph_ether; 493 pfil_head_t *npf_ph_ether = npf_ph_etherlist[i]; local in function:destroy_pfilether_hook 495 if (npf_ph_ether) { 497 PFIL_ALL, npf_ph_ether); |