Lines Matching refs:metadata_dst

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);
94 struct metadata_dst __percpu *
97 static inline struct metadata_dst *tun_rx_dst(int md_size) in tun_rx_dst()
99 struct metadata_dst *tun_dst; in tun_rx_dst()
110 static inline struct metadata_dst *tun_dst_unclone(struct sk_buff *skb) in tun_dst_unclone()
112 struct metadata_dst *md_dst = skb_metadata_dst(skb); in tun_dst_unclone()
114 struct metadata_dst *new_md; in tun_dst_unclone()
134 struct metadata_dst *dst; in skb_tunnel_info_unclone()
143 static inline struct metadata_dst *__ip_tun_set_dst(__be32 saddr, in __ip_tun_set_dst()
151 struct metadata_dst *tun_dst; in __ip_tun_set_dst()
163 static inline struct metadata_dst *ip_tun_rx_dst(struct sk_buff *skb, in ip_tun_rx_dst()
174 static inline struct metadata_dst *__ipv6_tun_set_dst(const struct in6_addr *saddr, in __ipv6_tun_set_dst()
183 struct metadata_dst *tun_dst; in __ipv6_tun_set_dst()
207 static inline struct metadata_dst *ipv6_tun_rx_dst(struct sk_buff *skb, in ipv6_tun_rx_dst()