Lines Matching refs:app

133 nfp_fl_pre_lag(struct nfp_app *app, const struct flow_action_entry *act,
159 err = nfp_flower_lag_populate_pre_action(app, out_dev, pre_lag, extack);
172 nfp_fl_output(struct nfp_app *app, struct nfp_fl_output *output,
180 struct nfp_flower_priv *priv = app->priv;
216 gid = nfp_flower_lag_get_output_id(app, out_dev);
222 } else if (nfp_flower_internal_port_can_offload(app, out_dev)) {
283 nfp_fl_get_tun_from_act(struct nfp_app *app,
288 struct nfp_flower_priv *priv = app->priv;
411 nfp_fl_set_tun(struct nfp_app *app, struct nfp_fl_set_tun *set_tun,
420 struct nfp_flower_priv *priv = app->priv;
958 nfp_flower_meter_action(struct nfp_app *app,
974 if (!nfp_flower_search_meter_entry(app, meter_id)) {
988 nfp_flower_output_action(struct nfp_app *app,
996 struct nfp_flower_priv *priv = app->priv;
1014 err = nfp_fl_output(app, output, act, nfp_fl, last, netdev, *tun_type,
1025 prelag_size = nfp_fl_pre_lag(app, act, nfp_fl, *a_len, extack);
1041 nfp_flower_loop_action(struct nfp_app *app, const struct flow_action_entry *act,
1050 struct nfp_flower_priv *fl_priv = app->priv;
1066 err = nfp_flower_output_action(app, act, nfp_fl, a_len, netdev,
1075 err = nfp_flower_output_action(app, act, nfp_fl, a_len, netdev,
1111 *tun_type = nfp_fl_get_tun_from_act(app, rule, act, act_idx);
1141 err = nfp_fl_set_tun(app, set_tun, act, pre_tun, *tun_type,
1222 err = nfp_flower_meter_action(app, act, nfp_fl, a_len, netdev,
1272 int nfp_flower_compile_action(struct nfp_app *app,
1300 err = nfp_flower_loop_action(app, act, rule, nfp_flow, &act_len,