Searched refs:__ipt_flag_op (Results 1 – 2 of 2) sorted by relevance
| /linux/include/net/ |
| A D | ip_tunnels.h | 39 #define __ipt_flag_op(op, ...) \ macro 43 __ipt_flag_op(DECLARE_BITMAP, __VA_ARGS__) 45 #define ip_tunnel_flags_zero(...) __ipt_flag_op(bitmap_zero, __VA_ARGS__) 46 #define ip_tunnel_flags_copy(...) __ipt_flag_op(bitmap_copy, __VA_ARGS__) 47 #define ip_tunnel_flags_and(...) __ipt_flag_op(bitmap_and, __VA_ARGS__) 48 #define ip_tunnel_flags_or(...) __ipt_flag_op(bitmap_or, __VA_ARGS__) 51 __ipt_flag_op(bitmap_empty, __VA_ARGS__) 53 __ipt_flag_op(bitmap_intersects, __VA_ARGS__) 55 __ipt_flag_op(bitmap_subset, __VA_ARGS__) 234 __ipt_flag_op(bitmap_andnot, flags, flags, present); in ip_tunnel_clear_options_present()
|
| /linux/net/core/ |
| A D | net_test.c | 370 KUNIT_ASSERT_TRUE(test, __ipt_flag_op(bitmap_equal, exp, out)); in ip_tunnel_flags_test_run()
|
Completed in 7 milliseconds