NDTA_THRESH3     1738 net/core/neighbour.c 	NLA_PUT_U32(skb, NDTA_THRESH3, tbl->gc_thresh3);
NDTA_THRESH3     1834 net/core/neighbour.c 	[NDTA_THRESH3]		= { .type = NLA_U32 },
NDTA_THRESH3     1964 net/core/neighbour.c 	if (tb[NDTA_THRESH3])
NDTA_THRESH3     1965 net/core/neighbour.c 		tbl->gc_thresh3 = nla_get_u32(tb[NDTA_THRESH3]);