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.c173 PFIL_PASS) in ip6_tryforward()
223 NULL) != PFIL_PASS) in ip6_tryforward()
H A Dip6_forward.c331 NULL) != PFIL_PASS) in ip6_forward()
H A Dip6_input.c744 NULL) != PFIL_PASS) in ip6_input()
914 PFIL_PASS) in ip6_input()
H A Dip6_output.c1017 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 Ddummymbuf.c399 return (PFIL_PASS); in dmb_pfil_init()
H A Dif_bridge.c4073 rv = PFIL_PASS; in bridge_pfil()
4086 PFIL_PASS) in bridge_pfil()
4093 if (rv != PFIL_PASS) in bridge_pfil()
4099 PFIL_PASS) in bridge_pfil()
4138 PFIL_PASS) in bridge_pfil()
4145 if (rv != PFIL_PASS) in bridge_pfil()
4151 PFIL_PASS) in bridge_pfil()
H A Dif_enc.c307 if (ret != PFIL_PASS) { in enc_hhook()
H A Diflib.c2757 case PFIL_PASS: in rxd_frag_to_sd()
2772 *pf_rv = PFIL_PASS; in rxd_frag_to_sd()
2795 *pf_rv = PFIL_PASS; in assemble_segments()
2864 if (pf_rv != PFIL_PASS && pf_rv != PFIL_REALLOCED) in iflib_rxd_pkt_get()
2866 if (pf_rv == PFIL_PASS) { in iflib_rxd_pkt_get()
2881 if (pf_rv != PFIL_PASS && pf_rv != PFIL_REALLOCED) in iflib_rxd_pkt_get()
H A Dif_ethersubr.c867 if (i != PFIL_PASS) in ether_demux()
/freebsd/sys/netinet/
H A Dip_fastfwd.c316 NULL) != PFIL_PASS) in ip_tryforward()
408 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.c2169 KASSERT(pfil == PFIL_PASS, in vtnet_rxq_eof()
/freebsd/sys/netpfil/pf/
H A Dpf_ioctl.c6562 return (PFIL_PASS); in pf_check_return()