Home
last modified time | relevance | path

Searched refs:PFIL_CONSUMED (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_pfil.c272 ret = PFIL_CONSUMED; in ipfw_check_packet()
286 ret = PFIL_CONSUMED; in ipfw_check_packet()
299 ret = PFIL_CONSUMED; in ipfw_check_packet()
312 ret = PFIL_CONSUMED; in ipfw_check_packet()
379 return (PFIL_CONSUMED); in ipfw_check_frame_mbuf()
391 ret = PFIL_CONSUMED; in ipfw_check_frame_mbuf()
449 return (PFIL_CONSUMED); in ipfw_check_frame_mem()
466 ret = PFIL_CONSUMED; in ipfw_check_frame_mem()
/freebsd/sys/net/
H A Dpfil.h97 PFIL_CONSUMED, enumerator
H A Dpfil.c170 if (rv == PFIL_DROPPED || rv == PFIL_CONSUMED) in pfil_mem_common()
214 if (rv == PFIL_DROPPED || rv == PFIL_CONSUMED) { in pfil_mbuf_common()
H A Dif_ethersubr.c474 case PFIL_CONSUMED: in ether_output_frame()
H A Dif_bridge.c4031 case PFIL_CONSUMED: in bridge_pfil()
4158 case PFIL_CONSUMED: in bridge_pfil()
H A Diflib.c2733 case PFIL_CONSUMED: in rxd_frag_to_sd()
2798 *pf_rv == PFIL_CONSUMED || *pf_rv == PFIL_DROPPED) { in assemble_segments()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_fil_freebsd.c128 return (PFIL_CONSUMED); in ipf_check_wrapper()
144 return (PFIL_CONSUMED); in ipf_check_wrapper6()
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_rx.c588 case PFIL_CONSUMED: in mlx5e_poll_rx_cq()
/freebsd/sys/netinet/
H A Dip_output.c130 case PFIL_CONSUMED: in ip_output_pfil()
/freebsd/sys/netinet6/
H A Dip6_output.c1010 case PFIL_CONSUMED: in ip6_output()
/freebsd/sys/dev/virtio/network/
H A Dif_vtnet.c2152 case PFIL_CONSUMED: in vtnet_rxq_eof()
/freebsd/sys/dev/cxgbe/
H A Dt4_sge.c2124 if (rc == PFIL_DROPPED || rc == PFIL_CONSUMED) { in eth_rx()
/freebsd/sys/netpfil/pf/
H A Dpf_ioctl.c7569 return (PFIL_CONSUMED); in pf_check_return()