Home
last modified time | relevance | path

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

/Linux-v6.6/net/openvswitch/
Dflow.h33 #define MPLS_LABEL_DEPTH 3 macro
152 __be32 lse[MPLS_LABEL_DEPTH]; /* label stack entry */
Dflow.c804 if (label_count <= MPLS_LABEL_DEPTH) in key_extract_l3l4()
815 if (label_count > MPLS_LABEL_DEPTH) in key_extract_l3l4()
816 label_count = MPLS_LABEL_DEPTH; in key_extract_l3l4()
Dflow_netlink.c1663 if (label_count == 0 || label_count > MPLS_LABEL_DEPTH || in ovs_key_from_nlattrs()