NDTA_THRESH3     2048 net/core/neighbour.c 	    nla_put_u32(skb, NDTA_THRESH3, tbl->gc_thresh3))
NDTA_THRESH3     2153 net/core/neighbour.c 	[NDTA_THRESH3]		= { .type = NLA_U32 },
NDTA_THRESH3     2313 net/core/neighbour.c 	     tb[NDTA_THRESH3] || tb[NDTA_GC_INTERVAL]) &&
NDTA_THRESH3     2323 net/core/neighbour.c 	if (tb[NDTA_THRESH3])
NDTA_THRESH3     2324 net/core/neighbour.c 		tbl->gc_thresh3 = nla_get_u32(tb[NDTA_THRESH3]);