Home
last modified time | relevance | path

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

/openbmc/linux/net/openvswitch/
H A Dflow.h33 #define MPLS_LABEL_DEPTH 3 macro
152 __be32 lse[MPLS_LABEL_DEPTH]; /* label stack entry */
H A Dflow.c805 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()
H A Dflow_netlink.c1664 if (label_count == 0 || label_count > MPLS_LABEL_DEPTH || in ovs_key_from_nlattrs()