NDTA_NAME        1734 net/core/neighbour.c 	NLA_PUT_STRING(skb, NDTA_NAME, tbl->id);
NDTA_NAME        1818 net/core/neighbour.c 	if (nla_put_string(skb, NDTA_NAME, tbl->id) < 0 ||
NDTA_NAME        1831 net/core/neighbour.c 	[NDTA_NAME]		= { .type = NLA_STRING },
NDTA_NAME        1868 net/core/neighbour.c 	if (tb[NDTA_NAME] == NULL) {
NDTA_NAME        1879 net/core/neighbour.c 		if (nla_strcmp(tb[NDTA_NAME], tbl->id) == 0)