Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/openvswitch/
H A Dflow.h137 u32 num_labels_mask; /* labels present bitmap of effective length MPLS_LABEL_DEPTH */ member
H A Dflow.c668 key->mpls.num_labels_mask = GENMASK(label_count - 1, 0); in key_extract_l3l4()
H A Dflow_netlink.c1651 SW_FLOW_KEY_PUT(match, mpls.num_labels_mask, in ovs_key_from_nlattrs()
2138 num_labels = hweight_long(output->mpls.num_labels_mask); in __ovs_nla_put_key()
3461 mpls_label_count = hweight_long(key->mpls.num_labels_mask); in ovs_nla_copy_actions()
/kernel/linux/linux-6.6/net/openvswitch/
H A Dflow.h151 u32 num_labels_mask; /* labels present bitmap of effective length MPLS_LABEL_DEPTH */ member
H A Dflow_netlink.c1674 SW_FLOW_KEY_PUT(match, mpls.num_labels_mask, in ovs_key_from_nlattrs()
2169 num_labels = hweight_long(output->mpls.num_labels_mask); in __ovs_nla_put_key()
3510 mpls_label_count = hweight_long(key->mpls.num_labels_mask); in ovs_nla_copy_actions()
H A Dflow.c818 key->mpls.num_labels_mask = GENMASK(label_count - 1, 0); in key_extract_l3l4()

Completed in 17 milliseconds