Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dsch5636.c280 SENSOR_ATTR_RO(in0_label, in_label, 0),
282 SENSOR_ATTR_RO(in1_label, in_label, 1),
284 SENSOR_ATTR_RO(in2_label, in_label, 2),
286 SENSOR_ATTR_RO(in3_label, in_label, 3),
288 SENSOR_ATTR_RO(in4_label, in_label, 4),
H A Dnzxt-smart2.c41 static const char *const in_label[] = { variable
652 *str = in_label[channel]; in nzxt_smart2_hwmon_read_string()
/linux/net/mpls/
H A Daf_mpls.c2418 u32 in_label = LABEL_NOT_SPECIFIED; in mpls_getroute() local
2444 &in_label, extack)) { in mpls_getroute()
2449 if (!mpls_label_ok(net, &in_label, extack)) { in mpls_getroute()
2455 if (in_label < net->mpls.platform_labels) in mpls_getroute()
2456 rt = mpls_route_input(net, in_label); in mpls_getroute()
2470 RTM_NEWROUTE, in_label, rt, 0); in mpls_getroute()
2551 if (nla_put_labels(skb, RTA_DST, 1, &in_label)) in mpls_getroute()