Home
last modified time | relevance | path

Searched refs:inner_l4_type (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/hinic/
H A Dhinic_pmd_tx.h40 u8 inner_l4_type; member
H A Dhinic_pmd_tx.c520 if (unlikely(poff_info->inner_l4_type == SCTP_OFFLOAD_ENABLE)) in hinic_set_l4_csum_info()
547 SQ_TASK_INFO0_SET(poff_info->inner_l4_type, L4OFFLOAD); in hinic_set_l4_csum_info()
888 off_info->inner_l4_type = TCP_OFFLOAD_ENABLE; in hinic_calculate_tcp_checksum()
923 off_info->inner_l4_type = UDP_OFFLOAD_ENABLE; in hinic_calculate_udp_checksum()
930 off_info->inner_l4_type = SCTP_OFFLOAD_ENABLE; in hinic_calculate_sctp_checksum()
/f-stack/dpdk/lib/librte_mbuf/
H A Drte_mbuf_core.h541 uint8_t inner_l4_type:4; /**< Inner L4 type. */ member