Home
last modified time | relevance | path

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

/include/net/
A Dip_tunnels.h39 #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__)
235 __ipt_flag_op(bitmap_andnot, flags, flags, present); in ip_tunnel_clear_options_present()

Completed in 13 milliseconds