Home
last modified time | relevance | path

Searched refs:PFIL_PASS (Results 1 – 20 of 20) sorted by relevance

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_pfil.c141 return (PFIL_PASS); in ipfw_check_packet()
155 ret = PFIL_PASS; in ipfw_check_packet()
215 ret = PFIL_PASS; in ipfw_check_packet()
319 if (ret != PFIL_PASS) { in ipfw_check_packet()
355 return (PFIL_PASS); in ipfw_check_frame_mbuf()
363 ret = PFIL_PASS; in ipfw_check_frame_mbuf()
398 if (ret != PFIL_PASS) { in ipfw_check_frame_mbuf()
428 ret = PFIL_PASS; in ipfw_check_frame_mem()
473 if (*m != NULL && ret == PFIL_PASS) in ipfw_check_frame_mem()
/freebsd/sys/netinet6/
H A Dip6_fastfwd.c168 PFIL_PASS) in ip6_tryforward()
218 NULL) != PFIL_PASS) in ip6_tryforward()
H A Dip6_forward.c326 NULL) != PFIL_PASS) in ip6_forward()
H A Dip6_input.c736 NULL) != PFIL_PASS) in ip6_input()
906 PFIL_PASS) in ip6_input()
H A Dip6_output.c1020 case PFIL_PASS: in ip6_output()
/freebsd/sys/net/
H A Dpfil.c135 if (rv == PFIL_PASS && *mp != &m) { in pfil_fake_mbuf()
158 rv = PFIL_PASS; in pfil_mem_common()
175 if (realloc && rv == PFIL_PASS) in pfil_mem_common()
210 rv = PFIL_PASS; in pfil_mbuf_common()
H A Dpfil.h95 PFIL_PASS = 0, enumerator
H A Dif_bridge.c3523 rv = PFIL_PASS; in bridge_pfil()
3536 PFIL_PASS) in bridge_pfil()
3543 if (rv != PFIL_PASS) in bridge_pfil()
3549 PFIL_PASS) in bridge_pfil()
3588 PFIL_PASS) in bridge_pfil()
3595 if (rv != PFIL_PASS) in bridge_pfil()
3601 PFIL_PASS) in bridge_pfil()
H A Ddummymbuf.c399 return (PFIL_PASS); in dmb_pfil_init()
H A Dif_enc.c307 if (ret != PFIL_PASS) { in enc_hhook()
H A Diflib.c2751 case PFIL_PASS: in rxd_frag_to_sd()
2766 *pf_rv = PFIL_PASS; in rxd_frag_to_sd()
2789 *pf_rv = PFIL_PASS; in assemble_segments()
2858 if (pf_rv != PFIL_PASS && pf_rv != PFIL_REALLOCED) in iflib_rxd_pkt_get()
2860 if (pf_rv == PFIL_PASS) { in iflib_rxd_pkt_get()
2875 if (pf_rv != PFIL_PASS && pf_rv != PFIL_REALLOCED) in iflib_rxd_pkt_get()
H A Dif_ethersubr.c871 if (i != PFIL_PASS) in ether_demux()
/freebsd/sys/netinet/
H A Dip_fastfwd.c311 NULL) != PFIL_PASS) in ip_tryforward()
403 NULL) != PFIL_PASS) in ip_tryforward()
H A Dsiftr.c864 return (PFIL_PASS); in siftr_chkpkt()
1013 return (PFIL_PASS); in siftr_chkpkt6()
H A Dip_input.c617 PFIL_PASS) in ip_input()
830 PFIL_PASS) in ip_input()
H A Dip_output.c133 case PFIL_PASS: in ip_output_pfil()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_fil_freebsd.c126 return (rv == 0 ? PFIL_PASS : PFIL_DROPPED); in ipf_check_wrapper()
143 return (rv == 0 ? PFIL_PASS : PFIL_DROPPED); in ipf_check_wrapper6()
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_rx.c612 KASSERT(rv == PFIL_PASS, in mlx5e_poll_rx_cq()
/freebsd/sys/dev/virtio/network/
H A Dif_vtnet.c2158 KASSERT(pfil == PFIL_PASS, in vtnet_rxq_eof()
/freebsd/sys/netpfil/pf/
H A Dpf_ioctl.c6481 return (PFIL_PASS); in pf_check_return()