NDTA_THRESH1     2046 net/core/neighbour.c 	    nla_put_u32(skb, NDTA_THRESH1, tbl->gc_thresh1) ||
NDTA_THRESH1     2151 net/core/neighbour.c 	[NDTA_THRESH1]		= { .type = NLA_U32 },
NDTA_THRESH1     2312 net/core/neighbour.c 	if ((tb[NDTA_THRESH1] || tb[NDTA_THRESH2] ||
NDTA_THRESH1     2317 net/core/neighbour.c 	if (tb[NDTA_THRESH1])
NDTA_THRESH1     2318 net/core/neighbour.c 		tbl->gc_thresh1 = nla_get_u32(tb[NDTA_THRESH1]);