Home
last modified time | relevance | path

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

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