Searched refs:pre_tun (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/flower/ |
H A D | action.c | 400 struct nfp_fl_pre_tunnel *pre_tun, in nfp_fl_set_tun() 495 pre_tun->flags |= cpu_to_be16(NFP_FL_PRE_TUN_IPV6); in nfp_fl_set_tun() 496 pre_tun->ipv6_dst = ip_tun->key.u.ipv6.dst; in nfp_fl_set_tun() 498 pre_tun->ipv4_dst = ip_tun->key.u.ipv4.dst; in nfp_fl_set_tun() 988 struct nfp_fl_pre_tunnel *pre_tun; in nfp_flower_loop_action() local 1069 pre_tun = nfp_fl_pre_tunnel(nfp_fl->action_data, *a_len); in nfp_flower_loop_action() 1078 err = nfp_fl_set_tun(app, set_tun, act, pre_tun, *tun_type, in nfp_flower_loop_action() 398 nfp_fl_set_tun(struct nfp_app *app, struct nfp_fl_set_tun *set_tun, const struct flow_action_entry *act, struct nfp_fl_pre_tunnel *pre_tun, enum nfp_flower_tun_type tun_type, struct net_device *netdev, struct netlink_ext_ack *extack) nfp_fl_set_tun() argument
|
H A D | offload.c | 596 struct nfp_fl_pre_tunnel *pre_tun; in nfp_flower_update_merge_with_actions() local 682 pre_tun = (struct nfp_fl_pre_tunnel *)a; in nfp_flower_update_merge_with_actions() 683 ipv6_tun = be16_to_cpu(pre_tun->flags) & in nfp_flower_update_merge_with_actions()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/flower/ |
H A D | action.c | 402 struct nfp_fl_pre_tunnel *pre_tun, in nfp_fl_set_tun() 498 pre_tun->flags |= cpu_to_be16(NFP_FL_PRE_TUN_IPV6); in nfp_fl_set_tun() 499 pre_tun->ipv6_dst = ip_tun->key.u.ipv6.dst; in nfp_fl_set_tun() 501 pre_tun->ipv4_dst = ip_tun->key.u.ipv4.dst; in nfp_fl_set_tun() 1036 struct nfp_fl_pre_tunnel *pre_tun; in nfp_flower_loop_action() local 1117 pre_tun = nfp_fl_pre_tunnel(nfp_fl->action_data, *a_len); in nfp_flower_loop_action() 1126 err = nfp_fl_set_tun(app, set_tun, act, pre_tun, *tun_type, in nfp_flower_loop_action() 400 nfp_fl_set_tun(struct nfp_app *app, struct nfp_fl_set_tun *set_tun, const struct flow_action_entry *act, struct nfp_fl_pre_tunnel *pre_tun, enum nfp_flower_tun_type tun_type, struct net_device *netdev, struct netlink_ext_ack *extack) nfp_fl_set_tun() argument
|
H A D | offload.c | 594 struct nfp_fl_pre_tunnel *pre_tun; in nfp_flower_update_merge_with_actions() local 680 pre_tun = (struct nfp_fl_pre_tunnel *)a; in nfp_flower_update_merge_with_actions() 681 ipv6_tun = be16_to_cpu(pre_tun->flags) & in nfp_flower_update_merge_with_actions()
|
Completed in 9 milliseconds