Home
last modified time | relevance | path

Searched refs:inner_prot (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/include/net/libeth/
H A Drx.h194 u32 inner_prot:3; member
285 return likely(pt.inner_prot > LIBETH_RX_PT_INNER_NONE && in libeth_rx_pt_has_checksum()
/linux-6.15/drivers/net/ethernet/intel/ice/
H A Dice_txrx_lib.c129 (decoded.inner_prot == LIBETH_RX_PT_INNER_TCP || in ice_rx_csum()
130 decoded.inner_prot == LIBETH_RX_PT_INNER_UDP || in ice_rx_csum()
131 decoded.inner_prot == LIBETH_RX_PT_INNER_ICMP)) { in ice_rx_csum()
/linux-6.15/drivers/net/ethernet/intel/libie/
H A Drx.c26 .inner_prot = LIBETH_RX_PT_INNER_##iprot, \
/linux-6.15/drivers/net/ethernet/intel/libeth/
H A Drx.c251 pt->hash_type |= libeth_rx_pt_xdp_iprot[pt->inner_prot]; in libeth_rx_pt_gen_hash_type()
/linux-6.15/drivers/net/ethernet/intel/idpf/
H A Didpf_virtchnl.c2533 ptype->inner_prot) in idpf_finalize_ptype_lookup()
2680 ptype_lkup[k].inner_prot = in idpf_send_get_rx_ptype_msg()
2684 ptype_lkup[k].inner_prot = in idpf_send_get_rx_ptype_msg()
2688 ptype_lkup[k].inner_prot = in idpf_send_get_rx_ptype_msg()
2692 ptype_lkup[k].inner_prot = in idpf_send_get_rx_ptype_msg()
H A Didpf_txrx.c2927 decoded.inner_prot == LIBETH_RX_PT_INNER_SCTP) { in idpf_rx_csum()