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

/freebsd-9.3-release/sys/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c1552 struct pfil_head *ph_inet; local
1562 ph_inet = pfil_head_get(PFIL_TYPE_AF, AF_INET);
1563 if (ph_inet != NULL)
1565 PFIL_IN|PFIL_OUT|PFIL_WAITOK, ph_inet);
1592 struct pfil_head *ph_inet; local
1602 ph_inet = pfil_head_get(PFIL_TYPE_AF, AF_INET);
1606 if (ph_inet == NULL
1613 if (ph_inet != NULL)
1615 PFIL_IN|PFIL_OUT|PFIL_WAITOK, ph_inet);

Completed in 92 milliseconds