Home
last modified time | relevance | path

Searched refs:exp_bits (Results 1 – 2 of 2) sorted by relevance

/linux/net/core/
H A Dnet_test.c272 const u16 *exp_bits; member
286 .exp_bits = (exp), \
362 __set_bit(t->exp_bits[j], exp); in ip_tunnel_flags_test_run()
/linux/tools/testing/selftests/x86/
H A Dlam.c262 unsigned long exp_bits = get_default_tag_bits(); in handle_max_bits() local
265 if (exp_bits != LAM_NONE) in handle_max_bits()
266 exp_bits = LAM_U57_BITS; in handle_max_bits()
272 return (exp_bits != bits); in handle_max_bits()