HomeSort by: relevance | last modified time | path
    Searched defs:npf_ph_inet (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/net/npf/
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);

Completed in 107 milliseconds