Searched refs:nfp_fl_push_vlan (Results 1 – 3 of 3) sorted by relevance
115 nfp_fl_push_vlan(struct nfp_fl_push_vlan *push_vlan, in nfp_fl_push_vlan() function118 size_t act_size = sizeof(struct nfp_fl_push_vlan); in nfp_fl_push_vlan()1053 struct nfp_fl_push_vlan *psh_v; in nfp_flower_loop_action()1097 sizeof(struct nfp_fl_push_vlan) > NFP_FL_MAX_A_SIZ) { in nfp_flower_loop_action()1102 psh_v = (struct nfp_fl_push_vlan *)&nfp_fl->action_data[*a_len]; in nfp_flower_loop_action()1105 nfp_fl_push_vlan(psh_v, act); in nfp_flower_loop_action()1106 *a_len += sizeof(struct nfp_fl_push_vlan); in nfp_flower_loop_action()
597 struct nfp_fl_push_vlan *push_vlan; in nfp_flower_update_merge_with_actions()618 push_vlan = (struct nfp_fl_push_vlan *)a; in nfp_flower_update_merge_with_actions()830 nfp_fl_verify_post_tun_acts(char *acts, int len, struct nfp_fl_push_vlan **vlan) in nfp_fl_verify_post_tun_acts()839 *vlan = (struct nfp_fl_push_vlan *)a; in nfp_fl_verify_post_tun_acts()847 if (*vlan && act_off <= sizeof(struct nfp_fl_push_vlan)) in nfp_fl_verify_post_tun_acts()854 nfp_fl_push_vlan_after_tun(char *acts, int len, struct nfp_fl_push_vlan *vlan) in nfp_fl_push_vlan_after_tun()884 struct nfp_fl_push_vlan *post_tun_push_vlan = NULL; in nfp_flower_merge_action()
188 struct nfp_fl_push_vlan { struct