Searched refs:tflags (Results 1 – 2 of 2) sorted by relevance
| /include/net/ |
| D | gre.h | 80 static inline __be16 gre_tnl_flags_to_gre_flags(const unsigned long *tflags) in gre_tnl_flags_to_gre_flags() argument 84 if (test_bit(IP_TUNNEL_CSUM_BIT, tflags)) in gre_tnl_flags_to_gre_flags() 86 if (test_bit(IP_TUNNEL_ROUTING_BIT, tflags)) in gre_tnl_flags_to_gre_flags() 88 if (test_bit(IP_TUNNEL_KEY_BIT, tflags)) in gre_tnl_flags_to_gre_flags() 90 if (test_bit(IP_TUNNEL_SEQ_BIT, tflags)) in gre_tnl_flags_to_gre_flags() 92 if (test_bit(IP_TUNNEL_STRICT_BIT, tflags)) in gre_tnl_flags_to_gre_flags() 94 if (test_bit(IP_TUNNEL_REC_BIT, tflags)) in gre_tnl_flags_to_gre_flags() 96 if (test_bit(IP_TUNNEL_VERSION_BIT, tflags)) in gre_tnl_flags_to_gre_flags()
|
| /include/linux/ |
| D | workqueue.h | 248 #define __DELAYED_WORK_INITIALIZER(n, f, tflags) { \ argument 251 (tflags) | TIMER_IRQSAFE), \
|