Searched refs:o_flags (Results 1 - 18 of 18) sorted by relevance

/linux-master/include/uapi/linux/
H A Dip6_tunnel.h51 __be16 o_flags; member in struct:ip6_tnl_parm2
H A Dif_tunnel.h52 __be16 o_flags; member in struct:ip_tunnel_parm
/linux-master/include/net/
H A Dgre.h52 static inline int gre_calc_hlen(__be16 o_flags) argument
56 if (o_flags & TUNNEL_CSUM)
58 if (o_flags & TUNNEL_KEY)
60 if (o_flags & TUNNEL_SEQ)
H A Dip6_tunnel.h34 __be16 o_flags; member in struct:__ip6_tnl_parm
/linux-master/include/linux/
H A Dfile.h101 int receive_fd(struct file *file, int __user *ufd, unsigned int o_flags);
103 int receive_fd_replace(int new_fd, struct file *file, unsigned int o_flags);
/linux-master/net/ipv4/
H A Dip_gre.c467 __be16 flags = tunnel->parms.o_flags;
667 if (gre_handle_offloads(skb, !!(tunnel->parms.o_flags & TUNNEL_CSUM)))
709 tunnel->parms.o_flags &= ~TUNNEL_SEQ;
724 tunnel->parms.o_flags &= ~TUNNEL_KEY;
747 if (gre_handle_offloads(skb, !!(tunnel->parms.o_flags & TUNNEL_CSUM)))
769 tunnel->tun_hlen = gre_calc_hlen(tunnel->parms.o_flags);
781 flags = tunnel->parms.o_flags;
801 ((p->i_flags | p->o_flags) & (GRE_VERSION | GRE_ROUTING)))
806 p->o_flags = gre_flags_to_tnl_flags(p->o_flags);
1505 __be16 o_flags = p->o_flags; local
[all...]
H A Dip_vti.c388 if (!(p->o_flags & GRE_KEY))
399 p->o_flags |= GRE_KEY;
H A Dipip.c343 p->i_flags = p->o_flags = 0;
H A Dip_tunnel.c933 if (!(p->o_flags & TUNNEL_KEY))
/linux-master/io_uring/
H A Dopenclose.c36 unsigned int o_flags; member in struct:io_fixed_install
286 ifi->o_flags = O_CLOEXEC;
288 ifi->o_flags = 0;
299 ret = receive_fd(req->file, NULL, ifi->o_flags);
/linux-master/net/ipv6/
H A Dip6_gre.c801 flags = tunnel->parms.o_flags;
828 err = gre_handle_offloads(skb, !!(t->parms.o_flags & TUNNEL_CSUM));
862 if (gre_handle_offloads(skb, !!(t->parms.o_flags & TUNNEL_CSUM)))
889 err = gre_handle_offloads(skb, !!(t->parms.o_flags & TUNNEL_CSUM));
985 t->parms.o_flags &= ~TUNNEL_KEY;
1182 tunnel->tun_hlen = gre_calc_hlen(tunnel->parms.o_flags);
1215 t->parms.o_flags = p->o_flags;
1245 p->o_flags = gre_flags_to_tnl_flags(u->o_flags);
2150 __be16 o_flags = p->o_flags; local
[all...]
H A Dip6_vti.c765 u->o_flags |= GRE_KEY;
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_ipip.c39 return !!(parms->o_flags & TUNNEL_KEY);
44 return !!(parms->o_flags & TUNNEL_KEY);
246 (tunnel->parms.o_flags & ~okflags) == 0 &&
445 (tparm.o_flags & ~okflags) == 0 &&
H A Dspectrum_span.c464 tparm.i_flags || tparm.o_flags ||
568 tparm.i_flags || tparm.o_flags ||
/linux-master/fs/
H A Dfsopen.c87 static int fscontext_create_fd(struct fs_context *fc, unsigned int o_flags) argument
92 O_RDWR | o_flags);
H A Dfile.c1302 * @o_flags: the O_* flags to apply to the new fd entry
1313 int receive_fd(struct file *file, int __user *ufd, unsigned int o_flags) argument
1322 new_fd = get_unused_fd_flags(o_flags);
1340 int receive_fd_replace(int new_fd, struct file *file, unsigned int o_flags) argument
1347 error = replace_fd(new_fd, file, o_flags);
/linux-master/net/core/
H A Dscm.c318 unsigned int o_flags = (msg->msg_flags & MSG_CMSG_CLOEXEC) ? O_CLOEXEC : 0; local
333 err = scm_recv_one_fd(scm->fp->fp[i], cmsg_data + i, o_flags);
/linux-master/net/
H A Dcompat.c294 unsigned int o_flags = (msg->msg_flags & MSG_CMSG_CLOEXEC) ? O_CLOEXEC : 0; local
300 err = scm_recv_one_fd(scm->fp->fp[i], cmsg_data + i, o_flags);

Completed in 229 milliseconds