Searched refs:MPLS_LABEL_DEPTH (Results 1 – 3 of 3) sorted by relevance
33 #define MPLS_LABEL_DEPTH 3 macro152 __be32 lse[MPLS_LABEL_DEPTH]; /* label stack entry */
805 if (label_count <= MPLS_LABEL_DEPTH) in key_extract_l3l4()816 if (label_count > MPLS_LABEL_DEPTH) in key_extract_l3l4()817 label_count = MPLS_LABEL_DEPTH; in key_extract_l3l4()
1664 if (label_count == 0 || label_count > MPLS_LABEL_DEPTH || in ovs_key_from_nlattrs()