Searched refs:MPLS_LABEL_DEPTH (Results 1 – 3 of 3) sorted by relevance
33 #define MPLS_LABEL_DEPTH 3 macro138 __be32 lse[MPLS_LABEL_DEPTH]; /* label stack entry */
660 if (label_count <= MPLS_LABEL_DEPTH) in key_extract_l3l4()671 if (label_count > MPLS_LABEL_DEPTH) in key_extract_l3l4()672 label_count = MPLS_LABEL_DEPTH; in key_extract_l3l4()
1641 if (label_count == 0 || label_count > MPLS_LABEL_DEPTH || in ovs_key_from_nlattrs()