mpls_shim_hdr 24 include/net/mpls.h static inline struct mpls_shim_hdr *mpls_hdr(const struct sk_buff *skb) mpls_shim_hdr 26 include/net/mpls.h return (struct mpls_shim_hdr *)skb_network_header(skb); mpls_shim_hdr 5489 net/core/skbuff.c struct mpls_shim_hdr *lse; mpls_shim_hdr 46 net/mpls/af_mpls.c return sizeof(struct mpls_shim_hdr); mpls_shim_hdr 109 net/mpls/af_mpls.c return nh->nh_labels * sizeof(struct mpls_shim_hdr); mpls_shim_hdr 160 net/mpls/af_mpls.c struct mpls_shim_hdr *hdr; mpls_shim_hdr 345 net/mpls/af_mpls.c struct mpls_shim_hdr *hdr; mpls_shim_hdr 1682 net/mpls/af_mpls.c struct mpls_shim_hdr *nla_label; mpls_shim_hdr 1704 net/mpls/af_mpls.c struct mpls_shim_hdr *nla_label; mpls_shim_hdr 2344 net/mpls/af_mpls.c struct mpls_shim_hdr *hdr; mpls_shim_hdr 2407 net/mpls/af_mpls.c hdr_size = n_labels * sizeof(struct mpls_shim_hdr); mpls_shim_hdr 2729 net/mpls/af_mpls.c BUILD_BUG_ON(sizeof(struct mpls_shim_hdr) != 4); mpls_shim_hdr 175 net/mpls/internal.h static inline struct mpls_shim_hdr mpls_entry_encode(u32 label, unsigned ttl, unsigned tc, bool bos) mpls_shim_hdr 177 net/mpls/internal.h struct mpls_shim_hdr result; mpls_shim_hdr 186 net/mpls/internal.h static inline struct mpls_entry_decoded mpls_entry_decode(struct mpls_shim_hdr *hdr) mpls_shim_hdr 33 net/mpls/mpls_iptunnel.c return en->labels * sizeof(struct mpls_shim_hdr); mpls_shim_hdr 39 net/mpls/mpls_iptunnel.c struct mpls_shim_hdr *hdr; mpls_shim_hdr 195 net/openvswitch/actions.c struct mpls_shim_hdr *stack; mpls_shim_hdr 23 net/sched/act_mpls.c static __be32 tcf_mpls_get_lse(struct mpls_shim_hdr *lse,