Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/netronome/nfp/flower/
Dconntrack.c471 static int nfp_ct_check_vlan_merge(struct flow_action_entry *a_in, in nfp_ct_check_vlan_merge() argument
483 switch (a_in->id) { in nfp_ct_check_vlan_merge()
493 (a_in->vlan.vid & match.mask->vlan_id)) in nfp_ct_check_vlan_merge()
498 (a_in->vlan.proto & match.mask->vlan_tpid)) in nfp_ct_check_vlan_merge()
503 (a_in->vlan.prio & match.mask->vlan_priority)) in nfp_ct_check_vlan_merge()
658 static void nfp_fl_get_csum_flag(struct flow_action_entry *a_in, u8 ip_proto, u32 *csum) in nfp_fl_get_csum_flag() argument
660 if (a_in->id != FLOW_ACTION_MANGLE) in nfp_fl_get_csum_flag()
663 switch (a_in->mangle.htype) { in nfp_fl_get_csum_flag()
688 struct flow_action_entry *a_in; in nfp_fl_merge_actions_offload() local
734 a_in = &rules[j]->action.entries[i]; in nfp_fl_merge_actions_offload()
[all …]