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()1038 struct nfp_fl_push_vlan *psh_v; in nfp_flower_loop_action()1082 sizeof(struct nfp_fl_push_vlan) > NFP_FL_MAX_A_SIZ) { in nfp_flower_loop_action()1087 psh_v = (struct nfp_fl_push_vlan *)&nfp_fl->action_data[*a_len]; in nfp_flower_loop_action()1090 nfp_fl_push_vlan(psh_v, act); in nfp_flower_loop_action()1091 *a_len += sizeof(struct nfp_fl_push_vlan); in nfp_flower_loop_action()
593 struct nfp_fl_push_vlan *push_vlan; in nfp_flower_update_merge_with_actions()614 push_vlan = (struct nfp_fl_push_vlan *)a; in nfp_flower_update_merge_with_actions()826 nfp_fl_verify_post_tun_acts(char *acts, int len, struct nfp_fl_push_vlan **vlan) in nfp_fl_verify_post_tun_acts()835 *vlan = (struct nfp_fl_push_vlan *)a; in nfp_fl_verify_post_tun_acts()843 if (*vlan && act_off <= sizeof(struct nfp_fl_push_vlan)) in nfp_fl_verify_post_tun_acts()850 nfp_fl_push_vlan_after_tun(char *acts, int len, struct nfp_fl_push_vlan *vlan) in nfp_fl_push_vlan_after_tun()880 struct nfp_fl_push_vlan *post_tun_push_vlan = NULL; in nfp_flower_merge_action()
188 struct nfp_fl_push_vlan { struct