Home
last modified time | relevance | path

Searched refs:MPLS_LABEL_DEPTH (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/net/openvswitch/
H A Dflow.h33 #define MPLS_LABEL_DEPTH 3 macro
137 u32 num_labels_mask; /* labels present bitmap of effective length MPLS_LABEL_DEPTH */
138 __be32 lse[MPLS_LABEL_DEPTH]; /* label stack entry */
H A Dflow.c654 if (label_count <= MPLS_LABEL_DEPTH) in key_extract_l3l4()
665 if (label_count > MPLS_LABEL_DEPTH) in key_extract_l3l4()
666 label_count = MPLS_LABEL_DEPTH; in key_extract_l3l4()
H A Dflow_netlink.c1641 if (label_count == 0 || label_count > MPLS_LABEL_DEPTH || in ovs_key_from_nlattrs()
/kernel/linux/linux-6.6/net/openvswitch/
H A Dflow.h33 #define MPLS_LABEL_DEPTH 3 macro
151 u32 num_labels_mask; /* labels present bitmap of effective length MPLS_LABEL_DEPTH */
152 __be32 lse[MPLS_LABEL_DEPTH]; /* label stack entry */
H A 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()
H A Dflow_netlink.c1664 if (label_count == 0 || label_count > MPLS_LABEL_DEPTH || in ovs_key_from_nlattrs()

Completed in 12 milliseconds