Searched refs:o_flags (Results 1 – 8 of 8) sorted by relevance
| /net/ipv4/ |
| A D | ip_gre.c | 518 tunnel->parms.o_flags))) in gre_fb_xmit() 689 tunnel->parms.o_flags))) in ipgre_xmit() 818 __be16 i_flags, o_flags; in ipgre_tunnel_ctl() local 826 o_flags = ip_tunnel_flags_to_be16(p->o_flags); in ipgre_tunnel_ctl() 836 gre_flags_to_tnl_flags(p->o_flags, o_flags); in ipgre_tunnel_ctl() 846 ip_tunnel_flags_copy(t->parms.o_flags, p->o_flags); in ipgre_tunnel_ctl() 854 o_flags = gre_tnl_flags_to_gre_flags(p->o_flags); in ipgre_tunnel_ctl() 855 ip_tunnel_flags_from_be16(p->o_flags, o_flags); in ipgre_tunnel_ctl() 1462 ip_tunnel_flags_copy(t->parms.o_flags, p.o_flags); in ipgre_changelink() 1491 ip_tunnel_flags_copy(t->parms.o_flags, p.o_flags); in erspan_changelink() [all …]
|
| A D | ip_vti.c | 394 !ip_tunnel_flags_is_be16_compat(p->o_flags)) in vti_tunnel_ctl() 399 if (!(ip_tunnel_flags_to_be16(p->o_flags) & GRE_KEY)) in vti_tunnel_ctl() 412 ip_tunnel_flags_or(p->o_flags, p->o_flags, flags); in vti_tunnel_ctl()
|
| A D | ip_tunnel.c | 936 if (!test_bit(IP_TUNNEL_KEY_BIT, p->o_flags)) in ip_tunnel_ctl() 1022 ip_tunnel_flags_from_be16(kp->o_flags, p.o_flags); in ip_tunnel_parm_from_user() 1036 !ip_tunnel_flags_is_be16_compat(kp->o_flags)) in ip_tunnel_parm_to_user() 1044 p.o_flags = ip_tunnel_flags_to_be16(kp->o_flags); in ip_tunnel_parm_to_user()
|
| A D | ipip.c | 352 ip_tunnel_flags_zero(p->o_flags); in ipip_tunnel_ctl()
|
| /net/ipv6/ |
| A D | ip6_gre.c | 804 t->parms.o_flags)); in ip6gre_xmit_ipv4() 839 t->parms.o_flags))) in ip6gre_xmit_ipv6() 867 t->parms.o_flags)); in ip6gre_xmit_other() 1199 ip_tunnel_flags_copy(t->parms.o_flags, p->o_flags); in ip6gre_tnl_copy_tnl_parm() 1229 gre_flags_to_tnl_flags(p->o_flags, u->o_flags); in ip6gre_tnl_parm_from_user() 1247 u->o_flags = gre_tnl_flags_to_gre_flags(p->o_flags); in ip6gre_tnl_parm_to_user() 1298 if (!(p.o_flags&GRE_KEY)) in ip6gre_tunnel_siocdevprivate() 1766 gre_flags_to_tnl_flags(parms->o_flags, in ip6gre_netlink_parms() 2107 IP_TUNNEL_DECLARE_FLAGS(o_flags); in ip6gre_fill_info() 2109 ip_tunnel_flags_copy(o_flags, p->o_flags); in ip6gre_fill_info() [all …]
|
| A D | ip6_vti.c | 761 u->o_flags |= GRE_KEY; in vti6_parm_to_user()
|
| /net/core/ |
| A D | scm.c | 358 unsigned int o_flags = (msg->msg_flags & MSG_CMSG_CLOEXEC) ? O_CLOEXEC : 0; in scm_detach_fds() local 373 err = scm_recv_one_fd(scm->fp->fp[i], cmsg_data + i, o_flags); in scm_detach_fds()
|
| /net/ |
| A D | compat.c | 294 unsigned int o_flags = (msg->msg_flags & MSG_CMSG_CLOEXEC) ? O_CLOEXEC : 0; in scm_detach_fds_compat() local 300 err = scm_recv_one_fd(scm->fp->fp[i], cmsg_data + i, o_flags); in scm_detach_fds_compat()
|
Completed in 23 milliseconds