Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Daction.c808 if (set_act->set_eth.head.len_lw) { in nfp_fl_commit_mangle()
809 act_size = sizeof(set_act->set_eth); in nfp_fl_commit_mangle()
825 if (set_act->set_ip_addr.head.len_lw) { in nfp_fl_commit_mangle()
827 act_size = sizeof(set_act->set_ip_addr); in nfp_fl_commit_mangle()
846 if (set_act->set_ip6_dst.head.len_lw && in nfp_fl_commit_mangle()
847 set_act->set_ip6_src.head.len_lw) { in nfp_fl_commit_mangle()
880 if (set_act->set_tport.head.len_lw) { in nfp_fl_commit_mangle()
882 act_size = sizeof(set_act->set_tport); in nfp_fl_commit_mangle()
913 &set_act->set_ip6_src, in nfp_fl_pedit()
1264 struct nfp_flower_pedit_acts set_act; in nfp_flower_compile_action() local
[all …]