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

/linux-master/drivers/net/ethernet/netronome/nfp/flower/
H A Daction.c809 nfp_fl_commit_mangle(struct flow_rule *rule, char *nfp_action, argument
825 memcpy(nfp_action, &set_act->set_eth, act_size);
830 nfp_action += act_size;
832 memcpy(nfp_action, &set_act->set_ip_ttl_tos, act_size);
841 nfp_action += act_size;
843 memcpy(nfp_action, &set_act->set_ip_addr, act_size);
852 nfp_action += act_size;
854 memcpy(nfp_action, &set_act->set_ip6_tc_hl_fl, act_size);
866 nfp_action += act_size;
868 memcpy(nfp_action,
909 nfp_fl_pedit(const struct flow_action_entry *act, char *nfp_action, int *a_len, u32 *csum_updated, struct nfp_flower_pedit_acts *set_act, struct netlink_ext_ack *extack) argument
[all...]

Completed in 172 milliseconds