Searched refs:mpls_shim_hdr (Results 1 – 8 of 8) sorted by relevance
15 struct mpls_shim_hdr { struct25 static inline struct mpls_shim_hdr *mpls_hdr(const struct sk_buff *skb) in mpls_hdr() argument27 return (struct mpls_shim_hdr *)skb_network_header(skb); in mpls_hdr()30 static inline struct mpls_shim_hdr mpls_entry_encode(u32 label, in mpls_entry_encode()35 struct mpls_shim_hdr result; in mpls_entry_encode()
35 struct mpls_shim_hdr *mpls; in generate_ip_tun_hdr()37 mpls = (struct mpls_shim_hdr *)(udp + 1); in generate_ip_tun_hdr()
33 return en->labels * sizeof(struct mpls_shim_hdr); in mpls_encap_size()39 struct mpls_shim_hdr *hdr; in mpls_xmit()
47 return sizeof(struct mpls_shim_hdr); in ipgre_mpls_encap_hlen()110 return nh->nh_labels * sizeof(struct mpls_shim_hdr); in mpls_nh_header_size()161 struct mpls_shim_hdr *hdr; in mpls_multipath_hash()346 struct mpls_shim_hdr *hdr; in mpls_forward()1690 struct mpls_shim_hdr *nla_label; in nla_put_labels()1712 struct mpls_shim_hdr *nla_label; in nla_get_labels()2349 struct mpls_shim_hdr *hdr; in mpls_getroute()2412 hdr_size = n_labels * sizeof(struct mpls_shim_hdr); in mpls_getroute()2744 BUILD_BUG_ON(sizeof(struct mpls_shim_hdr) != 4); in mpls_init()
174 static inline struct mpls_entry_decoded mpls_entry_decode(struct mpls_shim_hdr *hdr) in mpls_entry_decode()
23 static __be32 tcf_mpls_get_lse(struct mpls_shim_hdr *lse, in tcf_mpls_get_lse()
206 struct mpls_shim_hdr *stack; in set_mpls()
6437 struct mpls_shim_hdr *lse; in skb_mpls_push()