Home
last modified time | relevance | path

Searched refs:mpls_shim_hdr (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/net/mpls/
Dinternal.h4 struct mpls_shim_hdr { struct
94 static inline struct mpls_shim_hdr *mpls_hdr(const struct sk_buff *skb) in mpls_hdr()
96 return (struct mpls_shim_hdr *)skb_network_header(skb); in mpls_hdr()
99 static inline struct mpls_shim_hdr mpls_entry_encode(u32 label, unsigned ttl, unsigned tc, bool bos) in mpls_entry_encode()
101 struct mpls_shim_hdr result; in mpls_entry_encode()
110 static inline struct mpls_entry_decoded mpls_entry_decode(struct mpls_shim_hdr *hdr) in mpls_entry_decode()
Dmpls_iptunnel.c37 return en->labels * sizeof(struct mpls_shim_hdr); in mpls_encap_size()
43 struct mpls_shim_hdr *hdr; in mpls_output()
Daf_mpls.c79 return nh->nh_labels * sizeof(struct mpls_shim_hdr); in mpls_nh_header_size()
105 struct mpls_shim_hdr *hdr; in mpls_select_multipath()
227 struct mpls_shim_hdr *hdr; in mpls_forward()
990 struct mpls_shim_hdr *nla_label; in nla_put_labels()
1013 struct mpls_shim_hdr *nla_label; in nla_get_labels()
1586 BUILD_BUG_ON(sizeof(struct mpls_shim_hdr) != 4); in mpls_init()