Searched defs:nfp_fl_set_tun (Results 1 – 2 of 2) sorted by relevance
220 struct nfp_fl_set_tun { struct221 struct nfp_fl_act_head head;222 __be16 reserved;223 __be64 tun_id __packed;224 __be32 tun_type_index;225 __be16 tun_flags;226 u8 ttl;227 u8 tos;228 __be16 outer_vlan_tpid;229 __be16 outer_vlan_tci;[all …]
400 nfp_fl_set_tun(struct nfp_app *app, struct nfp_fl_set_tun *set_tun, in nfp_fl_set_tun() function