]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - include/linux/mpls.h
seccomp: Move speculation migitation control to arch code
[mirror_ubuntu-artful-kernel.git] / include / linux / mpls.h
1 #ifndef _LINUX_MPLS_H
2 #define _LINUX_MPLS_H
3
4 #include <uapi/linux/mpls.h>
5
6 #define MPLS_TTL_MASK (MPLS_LS_TTL_MASK >> MPLS_LS_TTL_SHIFT)
7 #define MPLS_BOS_MASK (MPLS_LS_S_MASK >> MPLS_LS_S_SHIFT)
8 #define MPLS_TC_MASK (MPLS_LS_TC_MASK >> MPLS_LS_TC_SHIFT)
9 #define MPLS_LABEL_MASK (MPLS_LS_LABEL_MASK >> MPLS_LS_LABEL_SHIFT)
10
11 #endif /* _LINUX_MPLS_H */