Home
last modified time | relevance | path

Searched refs:MAX_MPLS_LABELS (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/net/core/
Dpktgen.c182 #define MAX_MPLS_LABELS 16 /* This is the max label stack depth */ macro
334 __be32 labels[MAX_MPLS_LABELS];
851 if (n >= MAX_MPLS_LABELS) in get_labels()