Home
last modified time | relevance | path

Searched defs:ptype (Results 1 – 25 of 62) sorted by relevance

123

/f-stack/dpdk/lib/librte_mbuf/
H A Drte_mbuf_ptype.c11 const char *rte_get_ptype_l2_name(uint32_t ptype) in rte_get_ptype_l2_name()
29 const char *rte_get_ptype_l3_name(uint32_t ptype) in rte_get_ptype_l3_name()
43 const char *rte_get_ptype_l4_name(uint32_t ptype) in rte_get_ptype_l4_name()
58 const char *rte_get_ptype_tunnel_name(uint32_t ptype) in rte_get_ptype_tunnel_name()
79 const char *rte_get_ptype_inner_l2_name(uint32_t ptype) in rte_get_ptype_inner_l2_name()
90 const char *rte_get_ptype_inner_l3_name(uint32_t ptype) in rte_get_ptype_inner_l3_name()
106 const char *rte_get_ptype_inner_l4_name(uint32_t ptype) in rte_get_ptype_inner_l4_name()
120 int rte_get_ptype_name(uint32_t ptype, char *buf, size_t buflen) in rte_get_ptype_name()
H A Drte_mbuf_ptype.h675 #define RTE_ETH_IS_IPV4_HDR(ptype) ((ptype) & RTE_PTYPE_L3_IPV4) argument
682 #define RTE_ETH_IS_IPV6_HDR(ptype) ((ptype) & RTE_PTYPE_L3_IPV6) argument
685 #define RTE_ETH_IS_TUNNEL_PKT(ptype) ((ptype) & \ argument
/f-stack/dpdk/drivers/net/txgbe/
H A Dtxgbe_ptypes.c213 txgbe_encode_ptype_fcoe(u32 ptype) in txgbe_encode_ptype_fcoe()
224 txgbe_encode_ptype_mac(u32 ptype) in txgbe_encode_ptype_mac()
254 txgbe_encode_ptype_ip(u32 ptype) in txgbe_encode_ptype_ip()
296 txgbe_encode_ptype_tunnel(u32 ptype) in txgbe_encode_ptype_tunnel()
390 u8 txgbe_encode_ptype(u32 ptype) in txgbe_encode_ptype()
/f-stack/dpdk/lib/librte_gro/
H A Drte_gro.c34 #define IS_IPV4_TCP_PKT(ptype) (RTE_ETH_IS_IPV4_HDR(ptype) && \ argument
38 #define IS_IPV4_UDP_PKT(ptype) (RTE_ETH_IS_IPV4_HDR(ptype) && \ argument
42 #define IS_IPV4_VXLAN_TCP4_PKT(ptype) (RTE_ETH_IS_IPV4_HDR(ptype) && \ argument
55 #define IS_IPV4_VXLAN_UDP4_PKT(ptype) (RTE_ETH_IS_IPV4_HDR(ptype) && \ argument
/f-stack/dpdk/examples/l3fwd/
H A Dl3fwd_common.h31 rfc1812_process(struct rte_ipv4_hdr *ipv4_hdr, uint16_t *dp, uint32_t ptype) in rfc1812_process()
50 #define rfc1812_process(mb, dp, ptype) do { } while (0) argument
/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_lookup.c97 nix_create_non_tunnel_ptype_array(uint16_t *ptype) in nix_create_non_tunnel_ptype_array()
206 nix_create_tunnel_ptype_array(uint16_t *ptype) in nix_create_tunnel_ptype_array()
H A Dotx2_rx.h129 const uint16_t * const ptype = lookup_mem; in nix_ptype_get() local
/f-stack/dpdk/drivers/common/iavf/
H A Diavf_prototype.h72 STATIC INLINE struct iavf_rx_ptype_decoded decode_rx_desc_ptype(u8 ptype) in decode_rx_desc_ptype()
/f-stack/dpdk/drivers/net/ice/
H A Dice_fdir_filter.c171 enum ice_fltr_ptype ptype, fltr_ptype; in ice_fdir_prof_alloc() local
565 enum ice_fltr_ptype ptype; in ice_fdir_prof_free() local
580 ice_fdir_prof_rm(struct ice_pf *pf, enum ice_fltr_ptype ptype, bool is_tunnel) in ice_fdir_prof_rm()
618 enum ice_fltr_ptype ptype; in ice_fdir_prof_rm_all() local
679 enum ice_fltr_ptype ptype, in ice_fdir_cur_prof_conflict()
716 enum ice_fltr_ptype ptype, in ice_fdir_prof_resolve_conflict()
742 enum ice_fltr_ptype ptype, in ice_fdir_cross_prof_conflict()
831 enum ice_fltr_ptype ptype, in ice_fdir_hw_tbl_conf()
1086 ice_fdir_cnt_update(struct ice_pf *pf, enum ice_fltr_ptype ptype, in ice_fdir_cnt_update()
H A Dice_acl_filter.c62 enum ice_fltr_ptype ptype, fltr_ptype; in ice_acl_prof_alloc() local
1010 enum ice_fltr_ptype ptype; in ice_acl_prof_free() local
/f-stack/app/redis-5.0.5/src/
H A Dchildinfo.c62 void sendChildInfo(int ptype) { in sendChildInfo()
/f-stack/dpdk/drivers/net/i40e/base/
H A Di40e_prototype.h491 STATIC INLINE struct i40e_rx_ptype_decoded decode_rx_desc_ptype(u8 ptype) in decode_rx_desc_ptype()
/f-stack/freebsd/contrib/openzfs/lib/libnvpair/
H A Dlibnvpair.c189 #define NVLIST_PRTFUNC(type_and_variant, vtype, ptype, vfmt) \ argument
222 #define NVLIST_ARRPRTFUNC(type_and_variant, vtype, ptype, vfmt) \ argument
771 #define NVP(elem, type, vtype, ptype, format) { \ argument
779 #define NVPA(elem, type, vtype, ptype, format) { \ argument
/f-stack/freebsd/sys/
H A Dlinker_set.h87 #define SET_DECLARE(set, ptype) \ argument
/f-stack/dpdk/lib/librte_node/
H A Dethdev_rx.c56 l3_ptype(uint16_t etype, uint32_t ptype) in l3_ptype()
/f-stack/dpdk/lib/librte_eal/windows/
H A Deal.c41 enum rte_proc_type_t ptype = RTE_PROC_PRIMARY; in eal_proc_type_detect() local
/f-stack/freebsd/net/
H A Dif_spppfr.c135 unsigned short ptype; /* protocol type = ETHERTYPE_IP */ member
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_eaction.c122 eaction_classify(ipfw_insn *cmd, uint16_t *puidx, uint8_t *ptype) in eaction_classify()
/f-stack/dpdk/drivers/net/octeontx/base/
H A Docteontx_pkivf.h301 pki_port_type_t ptype; in octeontx_pki_port_close() local
323 pki_port_type_t ptype; in octeontx_pki_port_start() local
345 pki_port_type_t ptype; in octeontx_pki_port_stop() local
/f-stack/dpdk/drivers/net/enic/
H A Denic_rxtx_vec_avx2.c612 __m256i ptype = _mm256_or_si256(nonfrag_ptype, frag_ptype); in enic_noscatter_vec_recv_pkts() local
/f-stack/freebsd/netpfil/ipfw/nat64/
H A Dnat64clat_control.c499 nat64clat_classify(ipfw_insn *cmd, uint16_t *puidx, uint8_t *ptype) in nat64clat_classify()
H A Dnat64stl_control.c504 nat64stl_classify(ipfw_insn *cmd, uint16_t *puidx, uint8_t *ptype) in nat64stl_classify()
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_rxtx_vec_altivec.h531 vector unsigned char pinfo, ptype; in rxq_cq_to_ptype_oflags_v() local
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_rxtx_vec_neon.c179 uint8_t ptype; in desc_to_ptype_v() local
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_rxtx_vec_neon.c90 uint8x16_t ptype; in desc_to_olflags_v() local

123