Searched refs:inner_prot (Results 1 – 6 of 6) sorted by relevance
200 u32 inner_prot:3; member291 return likely(pt.inner_prot > LIBETH_RX_PT_INNER_NONE && in libeth_rx_pt_has_checksum()
127 (decoded.inner_prot == LIBETH_RX_PT_INNER_TCP || in ice_rx_csum()128 decoded.inner_prot == LIBETH_RX_PT_INNER_UDP || in ice_rx_csum()129 decoded.inner_prot == LIBETH_RX_PT_INNER_ICMP)) { in ice_rx_csum()
29 .inner_prot = LIBETH_RX_PT_INNER_##iprot, \
265 pt->hash_type |= libeth_rx_pt_xdp_iprot[pt->inner_prot]; in libeth_rx_pt_gen_hash_type()
3056 ptype->inner_prot) in idpf_finalize_ptype_lookup()3113 rx_pt->inner_prot = LIBETH_RX_PT_INNER_UDP; in idpf_parse_protocol_ids()3116 rx_pt->inner_prot = LIBETH_RX_PT_INNER_TCP; in idpf_parse_protocol_ids()3119 rx_pt->inner_prot = LIBETH_RX_PT_INNER_SCTP; in idpf_parse_protocol_ids()3122 rx_pt->inner_prot = LIBETH_RX_PT_INNER_ICMP; in idpf_parse_protocol_ids()
3239 decoded.inner_prot == LIBETH_RX_PT_INNER_SCTP) { in idpf_rx_csum()