Searched refs:NDTA_NAME (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dneighbour.h75 * Although the ordering should be sufficient, NDTA_NAME can be
82 * with NDTA_NAME set. Changeable attribute include NDTA_THRESH[1-3],
143 NDTA_NAME, /* char *, unchangeable */ enumerator in enum:__anon17815
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/include/linux/
H A Drtnetlink.h517 * Although the ordering should be sufficient, NDTA_NAME can be
524 * with NDTA_NAME set. Changeable attribute include NDTA_THRESH[1-3],
588 NDTA_NAME, /* char *, unchangeable */ enumerator in enum:__anon1136
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Dneighbour.c1741 NLA_PUT_STRING(skb, NDTA_NAME, tbl->id);
1824 if (nla_put_string(skb, NDTA_NAME, tbl->id) < 0 ||
1837 [NDTA_NAME] = { .type = NLA_STRING },
1874 if (tb[NDTA_NAME] == NULL) {
1885 if (nla_strcmp(tb[NDTA_NAME], tbl->id) == 0)

Completed in 67 milliseconds