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