Home
last modified time | relevance | path

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

/include/net/
Dgre.h52 static inline int gre_calc_hlen(const unsigned long *o_flags) in gre_calc_hlen() argument
56 if (test_bit(IP_TUNNEL_CSUM_BIT, o_flags)) in gre_calc_hlen()
58 if (test_bit(IP_TUNNEL_KEY_BIT, o_flags)) in gre_calc_hlen()
60 if (test_bit(IP_TUNNEL_SEQ_BIT, o_flags)) in gre_calc_hlen()
Dip6_tunnel.h34 IP_TUNNEL_DECLARE_FLAGS(o_flags);
Dip_tunnels.h135 IP_TUNNEL_DECLARE_FLAGS(o_flags);
/include/uapi/linux/
Dip6_tunnel.h51 __be16 o_flags; member
Dif_tunnel.h52 __be16 o_flags; member
/include/linux/
Dfile.h125 int receive_fd(struct file *file, int __user *ufd, unsigned int o_flags);
127 int receive_fd_replace(int new_fd, struct file *file, unsigned int o_flags);