Home
last modified time | relevance | path

Searched refs:l3_key (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/intel/ice/
A Dice_tc_lib.c254 &hdr->l3_key.src_ipv6_addr, in ice_tc_fill_tunnel_outer()
262 &hdr->l3_key.dst_ipv6_addr, in ice_tc_fill_tunnel_outer()
300 hdr->l3_key.tos, in ice_tc_fill_tunnel_outer()
308 hdr_h->hop_limit = hdr->l3_key.ttl; in ice_tc_fill_tunnel_outer()
468 struct ice_tc_l3_hdr *l3_key, *l3_mask; in ice_tc_fill_rules() local
471 l3_key = &headers->l3_key; in ice_tc_fill_rules()
490 l3_key = &headers->l3_key; in ice_tc_fill_rules()
519 headers->l3_key.ttl; in ice_tc_fill_rules()
537 headers->l3_key.tos, in ice_tc_fill_rules()
1093 l3_key = &headers->l3_key; in ice_tc_set_ipv6()
[all …]
A Dice_tc_lib.h123 struct ice_tc_l3_hdr l3_key; member
/linux-6.3-rc2/drivers/net/ethernet/broadcom/bnxt/
A Dbnxt_tc.c428 flow->l3_key.ipv4.daddr.s_addr = match.key->dst; in bnxt_tc_parse_flow()
430 flow->l3_key.ipv4.saddr.s_addr = match.key->src; in bnxt_tc_parse_flow()
437 flow->l3_key.ipv6.daddr = match.key->dst; in bnxt_tc_parse_flow()
439 flow->l3_key.ipv6.saddr = match.key->src; in bnxt_tc_parse_flow()
592 struct bnxt_tc_l3_key *l3_key = &flow->l3_key; in bnxt_hwrm_cfa_flow_alloc() local
709 req->ip_dst[0] = l3_key->ipv4.daddr.s_addr; in bnxt_hwrm_cfa_flow_alloc()
712 req->ip_src[0] = l3_key->ipv4.saddr.s_addr; in bnxt_hwrm_cfa_flow_alloc()
716 memcpy(req->ip_dst, l3_key->ipv6.daddr.s6_addr32, in bnxt_hwrm_cfa_flow_alloc()
720 memcpy(req->ip_src, l3_key->ipv6.saddr.s6_addr32, in bnxt_hwrm_cfa_flow_alloc()
A Dbnxt_tc.h126 struct bnxt_tc_l3_key l3_key; member

Completed in 12 milliseconds