Home
last modified time | relevance | path

Searched refs:l4_key (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_tc.c391 flow->l4_key.ip_proto = match.key->ip_proto; in bnxt_tc_parse_flow()
447 flow->l4_key.ports.dport = match.key->dst; in bnxt_tc_parse_flow()
449 flow->l4_key.ports.sport = match.key->src; in bnxt_tc_parse_flow()
458 flow->l4_key.icmp.type = match.key->type; in bnxt_tc_parse_flow()
459 flow->l4_key.icmp.code = match.key->code; in bnxt_tc_parse_flow()
678 req.ip_proto = flow->l4_key.ip_proto; in bnxt_hwrm_cfa_flow_alloc()
723 req.l4_src_port = flow->l4_key.ports.sport; in bnxt_hwrm_cfa_flow_alloc()
725 req.l4_dst_port = flow->l4_key.ports.dport; in bnxt_hwrm_cfa_flow_alloc()
729 req.l4_src_port = htons(flow->l4_key.icmp.type); in bnxt_hwrm_cfa_flow_alloc()
731 req.l4_dst_port = htons(flow->l4_key in bnxt_hwrm_cfa_flow_alloc()
[all...]
H A Dbnxt_tc.h128 struct bnxt_tc_l4_key l4_key; member
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_tc.c392 flow->l4_key.ip_proto = match.key->ip_proto; in bnxt_tc_parse_flow()
448 flow->l4_key.ports.dport = match.key->dst; in bnxt_tc_parse_flow()
450 flow->l4_key.ports.sport = match.key->src; in bnxt_tc_parse_flow()
459 flow->l4_key.icmp.type = match.key->type; in bnxt_tc_parse_flow()
460 flow->l4_key.icmp.code = match.key->code; in bnxt_tc_parse_flow()
683 req->ip_proto = flow->l4_key.ip_proto; in bnxt_hwrm_cfa_flow_alloc()
728 req->l4_src_port = flow->l4_key.ports.sport; in bnxt_hwrm_cfa_flow_alloc()
730 req->l4_dst_port = flow->l4_key.ports.dport; in bnxt_hwrm_cfa_flow_alloc()
734 req->l4_src_port = htons(flow->l4_key.icmp.type); in bnxt_hwrm_cfa_flow_alloc()
736 req->l4_dst_port = htons(flow->l4_key in bnxt_hwrm_cfa_flow_alloc()
[all...]
H A Dbnxt_tc.h128 struct bnxt_tc_l4_key l4_key; member
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_tc_lib.c325 list[i].h_u.l4_hdr.dst_port = hdr->l4_key.dst_port; in ice_tc_fill_tunnel_outer()
583 struct ice_tc_l4_hdr *l4_key, *l4_mask; in ice_tc_fill_rules() local
586 l4_key = &headers->l4_key; in ice_tc_fill_rules()
590 list[i].h_u.l4_hdr.dst_port = l4_key->dst_port; in ice_tc_fill_rules()
594 list[i].h_u.l4_hdr.src_port = l4_key->src_port; in ice_tc_fill_rules()
1234 headers->l4_key.dst_port = match.key->dst; in ice_tc_set_port()
1243 headers->l4_key.src_port = match.key->src; in ice_tc_set_port()
H A Dice_tc_lib.h128 struct ice_tc_l4_hdr l4_key; member

Completed in 10 milliseconds