Home
last modified time | relevance | path

Searched defs:nfp_fl_set_ipv4_tun (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/netronome/nfp/flower/
Dcmsg.h215 struct nfp_fl_set_ipv4_tun { struct
216 struct nfp_fl_act_head head;
217 __be16 reserved;
218 __be64 tun_id __packed;
219 __be32 tun_type_index;
220 __be16 tun_flags;
221 u8 ttl;
222 u8 tos;
223 __be16 outer_vlan_tpid;
224 __be16 outer_vlan_tci;
[all …]
Daction.c397 nfp_fl_set_ipv4_tun(struct nfp_app *app, struct nfp_fl_set_ipv4_tun *set_tun, in nfp_fl_set_ipv4_tun() function