Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/netronome/nfp/flower/
H A Daction.c823 if (set_act->set_eth.head.len_lw) { in nfp_fl_commit_mangle()
824 act_size = sizeof(set_act->set_eth); in nfp_fl_commit_mangle()
840 if (set_act->set_ip_addr.head.len_lw) { in nfp_fl_commit_mangle()
842 act_size = sizeof(set_act->set_ip_addr); in nfp_fl_commit_mangle()
861 if (set_act->set_ip6_dst.head.len_lw && in nfp_fl_commit_mangle()
862 set_act->set_ip6_src.head.len_lw) { in nfp_fl_commit_mangle()
895 if (set_act->set_tport.head.len_lw) { in nfp_fl_commit_mangle()
897 act_size = sizeof(set_act->set_tport); in nfp_fl_commit_mangle()
928 &set_act->set_ip6_src, in nfp_fl_pedit()
1279 struct nfp_flower_pedit_acts set_act; in nfp_flower_compile_action() local
[all …]