Home
last modified time | relevance | path

Searched refs:metadata_dst (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/include/net/
Ddst_metadata.h19 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 …]
Dip_tunnels.h102 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,
Dudp_tunnel.h153 struct metadata_dst *udp_tun_rx_dst(struct sk_buff *skb, unsigned short family,
Dip6_tunnel.h138 const struct tnl_ptk_info *tpi, struct metadata_dst *tun_dst,
/linux-4.19.296/include/net/tc_act/
Dtc_tunnel_key.h21 struct metadata_dst *tcft_enc_metadata;