Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv6/
Dila.c127 [ILA_ATTR_LOCATOR] = { .type = NLA_U64, },
149 if (!tb[ILA_ATTR_LOCATOR]) in ila_build_state()
159 p->locator = (__force __be64)nla_get_u64(tb[ILA_ATTR_LOCATOR]); in ila_build_state()
184 if (nla_put_u64(skb, ILA_ATTR_LOCATOR, (__force u64)p->locator)) in ila_fill_encap_info()
/linux-4.4.14/include/uapi/linux/
Dila.h8 ILA_ATTR_LOCATOR, /* u64 */ enumerator