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()
64 const struct metadata_dst *a, *b; in skb_metadata_dst_cmp()
69 a = (const struct metadata_dst *) skb_dst(skb_a); in skb_metadata_dst_cmp()
70 b = (const struct metadata_dst *) skb_dst(skb_b); in skb_metadata_dst_cmp()
88 void metadata_dst_free(struct metadata_dst *);
89 struct metadata_dst *metadata_dst_alloc(u8 optslen, enum metadata_type type,
91 void metadata_dst_free_percpu(struct metadata_dst __percpu *md_dst);
92 struct metadata_dst __percpu *
95 static inline struct metadata_dst *tun_rx_dst(int md_size) in tun_rx_dst()
97 struct metadata_dst *tun_dst; in tun_rx_dst()
108 static inline struct metadata_dst *tun_dst_unclone(struct sk_buff *skb) in tun_dst_unclone()
110 struct metadata_dst *md_dst = skb_metadata_dst(skb); in tun_dst_unclone()
112 struct metadata_dst *new_md; in tun_dst_unclone()
132 struct metadata_dst *dst; in skb_tunnel_info_unclone()
141 static inline struct metadata_dst *__ip_tun_set_dst(__be32 saddr, in __ip_tun_set_dst()
149 struct metadata_dst *tun_dst; in __ip_tun_set_dst()
161 static inline struct metadata_dst *ip_tun_rx_dst(struct sk_buff *skb, in ip_tun_rx_dst()
172 static inline struct metadata_dst *__ipv6_tun_set_dst(const struct in6_addr *saddr, in __ipv6_tun_set_dst()
181 struct metadata_dst *tun_dst; in __ipv6_tun_set_dst()
205 static inline struct metadata_dst *ipv6_tun_rx_dst(struct sk_buff *skb, in ipv6_tun_rx_dst()