Searched defs:nfp_fl_set_ipv4_tun (Results 1 – 2 of 2) sorted by relevance
215 struct nfp_fl_set_ipv4_tun { struct216 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 …]
397 nfp_fl_set_ipv4_tun(struct nfp_app *app, struct nfp_fl_set_ipv4_tun *set_tun, in nfp_fl_set_ipv4_tun() function