NDTA_NAME        2044 net/core/neighbour.c 	if (nla_put_string(skb, NDTA_NAME, tbl->id) ||
NDTA_NAME        2136 net/core/neighbour.c 	if (nla_put_string(skb, NDTA_NAME, tbl->id) < 0 ||
NDTA_NAME        2150 net/core/neighbour.c 	[NDTA_NAME]		= { .type = NLA_STRING },
NDTA_NAME        2190 net/core/neighbour.c 	if (tb[NDTA_NAME] == NULL) {
NDTA_NAME        2203 net/core/neighbour.c 		if (nla_strcmp(tb[NDTA_NAME], tbl->id) == 0) {