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.c480 case PFIL_CONSUMED: in ether_output_frame()
H A Dif_bridge.c3481 case PFIL_CONSUMED: in bridge_pfil()
3608 case PFIL_CONSUMED: in bridge_pfil()
H A Diflib.c2737 case PFIL_CONSUMED: in rxd_frag_to_sd()
2802 *pf_rv == PFIL_CONSUMED || *pf_rv == PFIL_DROPPED) { in assemble_segments()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_fil_freebsd.c125 return (PFIL_CONSUMED); in ipf_check_wrapper()
141 return (PFIL_CONSUMED); in ipf_check_wrapper6()
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_rx.c592 case PFIL_CONSUMED: in mlx5e_poll_rx_cq()
/freebsd/sys/netinet/
H A Dip_output.c131 case PFIL_CONSUMED: in ip_output_pfil()
/freebsd/sys/netinet6/
H A Dip6_output.c1026 case PFIL_CONSUMED: in ip6_output()
/freebsd/sys/dev/virtio/network/
H A Dif_vtnet.c2155 case PFIL_CONSUMED: in vtnet_rxq_eof()
/freebsd/sys/netpfil/pf/
H A Dpf_ioctl.c6479 return (PFIL_CONSUMED); in pf_check_return()
/freebsd/sys/dev/cxgbe/
H A Dt4_sge.c1993 if (rc == PFIL_DROPPED || rc == PFIL_CONSUMED) { in eth_rx()