Home
last modified time | relevance | path

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

/include/net/
Dgre.h67 __be16 tflags = 0; in gre_flags_to_tnl_flags() local
70 tflags |= TUNNEL_CSUM; in gre_flags_to_tnl_flags()
72 tflags |= TUNNEL_ROUTING; in gre_flags_to_tnl_flags()
74 tflags |= TUNNEL_KEY; in gre_flags_to_tnl_flags()
76 tflags |= TUNNEL_SEQ; in gre_flags_to_tnl_flags()
78 tflags |= TUNNEL_STRICT; in gre_flags_to_tnl_flags()
80 tflags |= TUNNEL_REC; in gre_flags_to_tnl_flags()
82 tflags |= TUNNEL_VERSION; in gre_flags_to_tnl_flags()
84 return tflags; in gre_flags_to_tnl_flags()
87 static inline __be16 gre_tnl_flags_to_gre_flags(__be16 tflags) in gre_tnl_flags_to_gre_flags() argument
[all …]
/include/linux/
Dworkqueue.h198 #define __DELAYED_WORK_INITIALIZER(n, f, tflags) { \ argument
201 (tflags) | TIMER_IRQSAFE), \