Home
last modified time | relevance | path

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

/openbmc/linux/net/core/
H A Dpktgen.c176 #define MAX_MPLS_LABELS 16 /* This is the max label stack depth */ macro
363 __be32 labels[MAX_MPLS_LABELS];
911 if (n >= MAX_MPLS_LABELS) in get_labels()