Searched refs:metadata_dst (Results 1 – 5 of 5) sorted by relevance
/linux-4.19.296/include/net/ |
D | dst_metadata.h | 19 struct metadata_dst { struct 28 static inline struct metadata_dst *skb_metadata_dst(const struct sk_buff *skb) in skb_metadata_dst() argument 30 struct metadata_dst *md_dst = (struct metadata_dst *) skb_dst(skb); in skb_metadata_dst() 41 struct metadata_dst *md_dst = skb_metadata_dst(skb); in skb_tunnel_info() 66 const struct metadata_dst *a, *b; in skb_metadata_dst_cmp() 71 a = (const struct metadata_dst *) skb_dst(skb_a); in skb_metadata_dst_cmp() 72 b = (const struct metadata_dst *) skb_dst(skb_b); in skb_metadata_dst_cmp() 90 void metadata_dst_free(struct metadata_dst *); 91 struct metadata_dst *metadata_dst_alloc(u8 optslen, enum metadata_type type, 93 void metadata_dst_free_percpu(struct metadata_dst __percpu *md_dst); [all …]
|
D | ip_tunnels.h | 102 struct metadata_dst; 302 const struct tnl_ptk_info *tpi, struct metadata_dst *tun_dst, 434 struct metadata_dst *iptunnel_metadata_reply(struct metadata_dst *md,
|
D | udp_tunnel.h | 153 struct metadata_dst *udp_tun_rx_dst(struct sk_buff *skb, unsigned short family,
|
D | ip6_tunnel.h | 138 const struct tnl_ptk_info *tpi, struct metadata_dst *tun_dst,
|
/linux-4.19.296/include/net/tc_act/ |
D | tc_tunnel_key.h | 21 struct metadata_dst *tcft_enc_metadata;
|