Searched refs:l3_key (Results 1 – 4 of 4) sorted by relevance
285 &hdr->l3_key.src_ipv6_addr, in ice_tc_fill_tunnel_outer()293 &hdr->l3_key.dst_ipv6_addr, in ice_tc_fill_tunnel_outer()331 hdr->l3_key.tos, in ice_tc_fill_tunnel_outer()339 hdr_h->hop_limit = hdr->l3_key.ttl; in ice_tc_fill_tunnel_outer()517 struct ice_tc_l3_hdr *l3_key, *l3_mask; in ice_tc_fill_rules() local520 l3_key = &headers->l3_key; in ice_tc_fill_rules()539 l3_key = &headers->l3_key; in ice_tc_fill_rules()568 headers->l3_key.ttl; in ice_tc_fill_rules()586 headers->l3_key.tos, in ice_tc_fill_rules()1222 l3_key = &headers->l3_key; in ice_tc_set_ipv6()[all …]
128 struct ice_tc_l3_hdr l3_key; member
432 flow->l3_key.ipv4.daddr.s_addr = match.key->dst; in bnxt_tc_parse_flow()434 flow->l3_key.ipv4.saddr.s_addr = match.key->src; in bnxt_tc_parse_flow()441 flow->l3_key.ipv6.daddr = match.key->dst; in bnxt_tc_parse_flow()443 flow->l3_key.ipv6.saddr = match.key->src; in bnxt_tc_parse_flow()596 struct bnxt_tc_l3_key *l3_key = &flow->l3_key; in bnxt_hwrm_cfa_flow_alloc() local713 req->ip_dst[0] = l3_key->ipv4.daddr.s_addr; in bnxt_hwrm_cfa_flow_alloc()716 req->ip_src[0] = l3_key->ipv4.saddr.s_addr; in bnxt_hwrm_cfa_flow_alloc()720 memcpy(req->ip_dst, l3_key->ipv6.daddr.s6_addr32, in bnxt_hwrm_cfa_flow_alloc()724 memcpy(req->ip_src, l3_key->ipv6.saddr.s6_addr32, in bnxt_hwrm_cfa_flow_alloc()
126 struct bnxt_tc_l3_key l3_key; member