Home
last modified time | relevance | path

Searched refs:RTE_PTYPE_L4_SCTP (Results 1 – 25 of 38) sorted by relevance

12

/dpdk/drivers/net/enetc/
H A Denetc_rxtx.c221 RTE_PTYPE_L4_SCTP; in enetc_slow_parsing()
228 RTE_PTYPE_L4_SCTP; in enetc_slow_parsing()
296 RTE_PTYPE_L4_SCTP; in enetc_dev_rx_parse()
301 RTE_PTYPE_L4_SCTP; in enetc_dev_rx_parse()
H A Denetc_ethdev.c84 RTE_PTYPE_L4_SCTP, in enetc_supported_ptypes_get()
/dpdk/drivers/net/txgbe/
H A Dtxgbe_ptypes.c200 RTE_PTYPE_L4_SCTP, in txgbe_get_supported_ptypes()
283 case RTE_PTYPE_L4_SCTP: in txgbe_encode_ptype_ip()
422 RTE_PTYPE_L3_IPV4 | RTE_PTYPE_L4_SCTP,
430 RTE_PTYPE_L3_IPV4_EXT | RTE_PTYPE_L4_SCTP,
438 RTE_PTYPE_L3_IPV6 | RTE_PTYPE_L4_SCTP,
446 RTE_PTYPE_L3_IPV6_EXT | RTE_PTYPE_L4_SCTP,
H A Dtxgbe_ptypes.h155 #define RTE_PTYPE_L4_SCTP 0x00000400 macro
/dpdk/drivers/net/i40e/
H A Di40e_rxtx.h299 RTE_PTYPE_L4_SCTP, in i40e_get_default_pkt_type()
555 RTE_PTYPE_L4_SCTP, in i40e_get_default_pkt_type()
811 RTE_PTYPE_L4_SCTP, in i40e_get_default_pkt_type()
823 RTE_PTYPE_L4_SCTP, in i40e_get_default_pkt_type()
/dpdk/drivers/net/cnxk/
H A Dcnxk_lookup.c31 RTE_PTYPE_L4_SCTP, /* LD */ in cnxk_nix_supported_ptypes_get()
131 val |= RTE_PTYPE_L4_SCTP; in nix_create_non_tunnel_ptype_array()
/dpdk/lib/mbuf/
H A Drte_mbuf_ptype.h274 #define RTE_PTYPE_L4_SCTP 0x00000400 macro
H A Drte_mbuf_ptype.c49 case RTE_PTYPE_L4_SCTP: return "L4_SCTP"; in rte_get_ptype_l4_name()
/dpdk/drivers/net/ngbe/
H A Dngbe_ptypes.c106 RTE_PTYPE_L4_SCTP, in ngbe_get_supported_ptypes()
175 case RTE_PTYPE_L4_SCTP: in ngbe_encode_ptype_ip()
/dpdk/lib/net/
H A Drte_net.c64 [IPPROTO_SCTP] = RTE_PTYPE_L4_SCTP, in ptype_l4()
366 } else if ((pkt_type & RTE_PTYPE_L4_MASK) == RTE_PTYPE_L4_SCTP) { in rte_net_get_ptype()
/dpdk/drivers/net/virtio/
H A Dvirtio_rxtx_packed.h174 (ptype & RTE_PTYPE_L4_MASK) == RTE_PTYPE_L4_SCTP) in virtio_vec_rx_offload()
H A Dvirtio_rxtx.c926 (ptype & RTE_PTYPE_L4_MASK) == RTE_PTYPE_L4_SCTP) in virtio_rx_offload()
/dpdk/drivers/net/dpaa/
H A Ddpaa_rxtx.c199 RTE_PTYPE_L3_IPV4 | RTE_PTYPE_L4_SCTP; in dpaa_eth_packet_info()
203 RTE_PTYPE_L3_IPV6 | RTE_PTYPE_L4_SCTP; in dpaa_eth_packet_info()
H A Ddpaa_ethdev.c363 RTE_PTYPE_L4_SCTP in dpaa_supported_ptypes_get()
/dpdk/drivers/net/dpaa2/
H A Ddpaa2_rxtx.c99 RTE_PTYPE_L3_IPV4 | RTE_PTYPE_L4_SCTP; in dpaa2_dev_rx_parse_new()
103 RTE_PTYPE_L3_IPV6 | RTE_PTYPE_L4_SCTP; in dpaa2_dev_rx_parse_new()
221 pkt_type |= RTE_PTYPE_L4_SCTP; in dpaa2_dev_rx_parse_slow()
/dpdk/drivers/net/ice/
H A Dice_rxtx.c2060 RTE_PTYPE_L4_SCTP, in ice_dev_supported_ptypes_get()
2088 RTE_PTYPE_L4_SCTP, in ice_dev_supported_ptypes_get()
3663 RTE_PTYPE_L4_SCTP, in ice_get_default_pkt_type()
3849 RTE_PTYPE_L4_SCTP, in ice_get_default_pkt_type()
4043 RTE_PTYPE_L4_SCTP, in ice_get_default_pkt_type()
4063 RTE_PTYPE_L4_SCTP, in ice_get_default_pkt_type()
H A Dice_dcf_ethdev.c1677 RTE_PTYPE_L4_SCTP, in ice_dcf_dev_supported_ptypes_get()
/dpdk/drivers/net/hns3/
H A Dhns3_rxtx.c1981 RTE_PTYPE_L4_SCTP, in hns3_dev_supported_ptypes_get()
2009 RTE_PTYPE_L4_SCTP, in hns3_dev_supported_ptypes_get()
2054 tbl->l4table[3] = RTE_PTYPE_L4_SCTP; in hns3_init_non_tunnel_ptype_tbl()
2117 RTE_PTYPE_L4_SCTP; in hns3_init_adv_layout_ptype()
2205 RTE_PTYPE_L4_SCTP; in hns3_init_adv_layout_ptype()
/dpdk/drivers/net/iavf/
H A Diavf_rxtx.c3348 RTE_PTYPE_L4_SCTP, in iavf_get_default_ptype()
3534 RTE_PTYPE_L4_SCTP, in iavf_get_default_ptype()
3728 RTE_PTYPE_L4_SCTP, in iavf_get_default_ptype()
3748 RTE_PTYPE_L4_SCTP, in iavf_get_default_ptype()
/dpdk/drivers/net/igc/
H A Digc_txrx.c307 RTE_PTYPE_L3_IPV4 | RTE_PTYPE_L4_SCTP, in rx_desc_pkt_info_to_pkt_type()
309 RTE_PTYPE_L3_IPV4_EXT | RTE_PTYPE_L4_SCTP, in rx_desc_pkt_info_to_pkt_type()
/dpdk/drivers/net/pfe/
H A Dpfe_ethdev.c512 RTE_PTYPE_L4_SCTP in pfe_supported_ptypes_get()
/dpdk/drivers/net/ixgbe/
H A Dixgbe_rxtx.c1115 RTE_PTYPE_L3_IPV4 | RTE_PTYPE_L4_SCTP,
1123 RTE_PTYPE_L3_IPV4_EXT | RTE_PTYPE_L4_SCTP,
1131 RTE_PTYPE_L3_IPV6 | RTE_PTYPE_L4_SCTP,
1139 RTE_PTYPE_L3_IPV6_EXT | RTE_PTYPE_L4_SCTP,
/dpdk/drivers/net/e1000/
H A Digb_rxtx.c732 RTE_PTYPE_L3_IPV4 | RTE_PTYPE_L4_SCTP, in igb_rxd_pkt_info_to_pkt_type()
734 RTE_PTYPE_L3_IPV4_EXT | RTE_PTYPE_L4_SCTP, in igb_rxd_pkt_info_to_pkt_type()
/dpdk/drivers/net/atlantic/
H A Datl_rxtx.c898 type |= RTE_PTYPE_L4_SCTP; in atl_desc_to_pkt_type()
H A Datl_ethdev.c1145 RTE_PTYPE_L4_SCTP, in atl_dev_supported_ptypes_get()

12