Searched refs:IFAL_LABEL (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/uapi/linux/
H A Dif_addrlabel.h27 IFAL_LABEL = 2, enumerator in enum:__anon12836
/linux-master/net/ipv6/
H A Daddrlabel.c369 [IFAL_LABEL] = { .len = sizeof(u32), },
409 if (!tb[IFAL_LABEL])
411 label = nla_get_u32(tb[IFAL_LABEL]);
461 nla_put_u32(skb, IFAL_LABEL, p->label) < 0) {
532 + nla_total_size(4); /* IFAL_LABEL */

Completed in 110 milliseconds