Searched refs:__ipt_flag_op (Results 1 – 2 of 2) sorted by relevance
| /linux/include/net/ |
| H A D | ip_tunnels.h | 49 #define __ipt_flag_op(op, ...) \ macro 53 __ipt_flag_op(DECLARE_BITMAP, __VA_ARGS__) 55 #define ip_tunnel_flags_zero(...) __ipt_flag_op(bitmap_zero, __VA_ARGS__) 56 #define ip_tunnel_flags_copy(...) __ipt_flag_op(bitmap_copy, __VA_ARGS__) 57 #define ip_tunnel_flags_and(...) __ipt_flag_op(bitmap_and, __VA_ARGS__) 58 #define ip_tunnel_flags_or(...) __ipt_flag_op(bitmap_or, __VA_ARGS__) 61 __ipt_flag_op(bitmap_empty, __VA_ARGS__) 63 __ipt_flag_op(bitmap_intersects, __VA_ARGS__) 65 __ipt_flag_op(bitmap_subset, __VA_ARGS__) 245 __ipt_flag_op(bitmap_andnot, flags, flags, present); in ip_tunnel_clear_options_present()
|
| /linux/net/core/ |
| H A D | net_test.c | 370 KUNIT_ASSERT_TRUE(test, __ipt_flag_op(bitmap_equal, exp, out)); in ip_tunnel_flags_test_run()
|