NDTA_THRESH2     2047 net/core/neighbour.c 	    nla_put_u32(skb, NDTA_THRESH2, tbl->gc_thresh2) ||
NDTA_THRESH2     2152 net/core/neighbour.c 	[NDTA_THRESH2]		= { .type = NLA_U32 },
NDTA_THRESH2     2312 net/core/neighbour.c 	if ((tb[NDTA_THRESH1] || tb[NDTA_THRESH2] ||
NDTA_THRESH2     2320 net/core/neighbour.c 	if (tb[NDTA_THRESH2])
NDTA_THRESH2     2321 net/core/neighbour.c 		tbl->gc_thresh2 = nla_get_u32(tb[NDTA_THRESH2]);