]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - include/linux/mpls.h
regulator: ab8500: Remove AB8505 USB regulator
[mirror_ubuntu-bionic-kernel.git] / include / linux / mpls.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
f3baa393
SW
2#ifndef _LINUX_MPLS_H
3#define _LINUX_MPLS_H
4
5#include <uapi/linux/mpls.h>
6
029c1ecb
BL
7#define MPLS_TTL_MASK (MPLS_LS_TTL_MASK >> MPLS_LS_TTL_SHIFT)
8#define MPLS_BOS_MASK (MPLS_LS_S_MASK >> MPLS_LS_S_SHIFT)
9#define MPLS_TC_MASK (MPLS_LS_TC_MASK >> MPLS_LS_TC_SHIFT)
10#define MPLS_LABEL_MASK (MPLS_LS_LABEL_MASK >> MPLS_LS_LABEL_SHIFT)
11
f3baa393 12#endif /* _LINUX_MPLS_H */