Home
last modified time | relevance | path

Searched refs:num_labels (Results 1 – 2 of 2) sorted by relevance

/net/mpls/
Dinternal.h105 #define MPLS_NH_VIA_OFF(num_labels) \ argument
106 ALIGN(sizeof(struct mpls_nh) + (num_labels) * sizeof(u32), \
112 #define MPLS_NH_SIZE(num_labels, max_via_alen) \ argument
113 (MPLS_NH_VIA_OFF((num_labels)) + \
/net/openvswitch/
Dflow_netlink.c2166 u8 i, num_labels; in __ovs_nla_put_key() local
2169 num_labels = hweight_long(output->mpls.num_labels_mask); in __ovs_nla_put_key()
2171 num_labels * sizeof(*mpls_key)); in __ovs_nla_put_key()
2176 for (i = 0; i < num_labels; i++) in __ovs_nla_put_key()