npf_os.c | 123 static pfil_head_t * npf_ph_inet = NULL; variable in typeref:typename:pfil_head_t * 541 npf_ph_inet = pfil_head_get(PFIL_TYPE_AF, (void *)AF_INET); 543 if (!npf_ph_inet && !npf_ph_inet6) { 549 if (npf_ph_inet) { 551 PFIL_ALL, npf_ph_inet); 590 if (npf_ph_inet) { 592 PFIL_ALL, npf_ph_inet);
|