Lines Matching refs:metadata_dst

32 struct metadata_dst {  struct
43 static inline struct metadata_dst *skb_metadata_dst(const struct sk_buff *skb) in skb_metadata_dst() argument
45 struct metadata_dst *md_dst = (struct metadata_dst *) skb_dst(skb); in skb_metadata_dst()
56 struct metadata_dst *md_dst = skb_metadata_dst(skb); in skb_tunnel_info()
78 struct metadata_dst *md_dst = skb_metadata_dst(skb); in skb_xfrm_md_info()
102 const struct metadata_dst *a, *b; in skb_metadata_dst_cmp()
107 a = (const struct metadata_dst *) skb_dst(skb_a); in skb_metadata_dst_cmp()
108 b = (const struct metadata_dst *) skb_dst(skb_b); in skb_metadata_dst_cmp()
132 void metadata_dst_free(struct metadata_dst *);
133 struct metadata_dst *metadata_dst_alloc(u8 optslen, enum metadata_type type,
135 void metadata_dst_free_percpu(struct metadata_dst __percpu *md_dst);
136 struct metadata_dst __percpu *
139 static inline struct metadata_dst *tun_rx_dst(int md_size) in tun_rx_dst()
141 struct metadata_dst *tun_dst; in tun_rx_dst()
152 static inline struct metadata_dst *tun_dst_unclone(struct sk_buff *skb) in tun_dst_unclone()
154 struct metadata_dst *md_dst = skb_metadata_dst(skb); in tun_dst_unclone()
156 struct metadata_dst *new_md; in tun_dst_unclone()
188 struct metadata_dst *dst; in skb_tunnel_info_unclone()
197 static inline struct metadata_dst *__ip_tun_set_dst(__be32 saddr, in __ip_tun_set_dst()
205 struct metadata_dst *tun_dst; in __ip_tun_set_dst()
217 static inline struct metadata_dst *ip_tun_rx_dst(struct sk_buff *skb, in ip_tun_rx_dst()
228 static inline struct metadata_dst *__ipv6_tun_set_dst(const struct in6_addr *saddr, in __ipv6_tun_set_dst()
237 struct metadata_dst *tun_dst; in __ipv6_tun_set_dst()
261 static inline struct metadata_dst *ipv6_tun_rx_dst(struct sk_buff *skb, in ipv6_tun_rx_dst()