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

/freebsd-10.1-release/sys/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c1351 struct pfil_head *ph_inet; local
1358 ph_inet = pfil_head_get(PFIL_TYPE_AF, AF_INET);
1359 if (ph_inet != NULL)
1361 PFIL_IN|PFIL_OUT|PFIL_WAITOK, ph_inet);
1375 struct pfil_head *ph_inet; local
1382 ph_inet = pfil_head_get(PFIL_TYPE_AF, AF_INET);
1386 if (ph_inet == NULL
1394 if (ph_inet != NULL)
1396 PFIL_IN|PFIL_OUT|PFIL_WAITOK, ph_inet);

Completed in 111 milliseconds