Lines Matching refs:__be16
9 __be16 flags;
10 __be16 protocol;
15 __be16 csum;
16 __be16 reserved1;
38 bool *csum_err, __be16 proto, int nhs);
52 static inline int gre_calc_hlen(__be16 o_flags) in gre_calc_hlen()
65 static inline __be16 gre_flags_to_tnl_flags(__be16 flags) in gre_flags_to_tnl_flags()
67 __be16 tflags = 0; 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()
89 __be16 flags = 0; in gre_tnl_flags_to_gre_flags()
110 __be16 flags, __be16 proto, in gre_build_header()