Home
last modified time | relevance | path

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

/linux/net/openvswitch/
H A Dflow_netlink.c1634 u32 label_count, label_count_mask, i; in ovs_key_from_nlattrs() local
1638 label_count = hdr_len / sizeof(struct ovs_key_mpls); in ovs_key_from_nlattrs()
1640 if (label_count == 0 || label_count > MPLS_LABEL_DEPTH || in ovs_key_from_nlattrs()
1644 label_count_mask = GENMASK(label_count - 1, 0); in ovs_key_from_nlattrs()
1646 for (i = 0 ; i < label_count; i++) in ovs_key_from_nlattrs()
/linux/net/mpls/
H A Daf_mpls.c1920 u8 label_count; in rtm_to_route_config()
1921 if (nla_get_labels(nla, 1, &label_count, in rtm_to_route_config()
2425 u8 label_count; in mpls_getroute()
2427 if (nla_get_labels(tb[RTA_DST], 1, &label_count, in mpls_getroute()
1875 u8 label_count; rtm_to_route_config() local
2367 u8 label_count; mpls_getroute() local