cregit-Linux how code gets into the kernel

Release 4.15 include/linux/mpls.h

Directory: include/linux
/* SPDX-License-Identifier: GPL-2.0 */
#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 LaHaise1655.17%133.33%
Simon Wunderlich1241.38%133.33%
Greg Kroah-Hartman13.45%133.33%
Total29100.00%3100.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.