internal.h (a4ac8c986d3f72ccbaf6d6782511fb645e568306) internal.h (1511009cd68015c2e04135bfefa4bf5020baa8d9)
1#ifndef MPLS_INTERNAL_H
2#define MPLS_INTERNAL_H
3#include <net/mpls.h>
4
1#ifndef MPLS_INTERNAL_H
2#define MPLS_INTERNAL_H
3#include <net/mpls.h>
4
5/* put a reasonable limit on the number of labels
6 * we will accept from userspace
7 */
8#define MAX_NEW_LABELS 30
9
5struct mpls_entry_decoded {
6 u32 label;
7 u8 ttl;
8 u8 tc;
9 u8 bos;
10};
11
12struct mpls_pcpu_stats {

--- 198 unchanged lines hidden ---
10struct mpls_entry_decoded {
11 u32 label;
12 u8 ttl;
13 u8 tc;
14 u8 bos;
15};
16
17struct mpls_pcpu_stats {

--- 198 unchanged lines hidden ---