Home
last modified time | relevance | path

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

/Linux-v4.19/net/core/
Dpktgen.c182 #define MAX_MPLS_LABELS 16 /* This is the max label stack depth */ macro
354 __be32 labels[MAX_MPLS_LABELS];
825 if (n >= MAX_MPLS_LABELS) in get_labels()