cregit-Linux how code gets into the kernel

Release 4.12 include/linux/mpls.h

Directory: include/linux
#ifndef _LINUX_MPLS_H

#define _LINUX_MPLS_H

#include <uapi/linux/mpls.h>


#define MPLS_TTL_MASK		(MPLS_LS_TTL_MASK >> MPLS_LS_TTL_SHIFT)

#define MPLS_BOS_MASK		(MPLS_LS_S_MASK >> MPLS_LS_S_SHIFT)

#define MPLS_TC_MASK		(MPLS_LS_TC_MASK >> MPLS_LS_TC_SHIFT)

#define MPLS_LABEL_MASK		(MPLS_LS_LABEL_MASK >> MPLS_LS_LABEL_SHIFT)

#endif  /* _LINUX_MPLS_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Benjamin LaHaise1657.14%150.00%
Simon Wunderlich1242.86%150.00%
Total28100.00%2100.00%
Directory: include/linux
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.