Searched refs:o_key (Results 1 - 11 of 11) sorted by relevance

/linux-4.4.14/include/linux/
H A Dmbcache.h17 unsigned int o_key; member in struct:mb_cache_entry::__anon12531
/linux-4.4.14/include/uapi/linux/
H A Dif_tunnel.h36 __be32 o_key; member in struct:ip_tunnel_parm
H A Dip6_tunnel.h48 __be32 o_key; member in struct:ip6_tnl_parm2
/linux-4.4.14/net/ipv4/
H A Dip_vti.c240 fl.flowi_mark = be32_to_cpu(tunnel->parms.o_key); vti_tunnel_xmit()
264 mark = be32_to_cpu(tunnel->parms.o_key); vti4_err()
325 p.o_key = 0; vti_tunnel_ioctl()
462 parms->o_key = nla_get_be32(data[IFLA_VTI_OKEY]); vti_netlink_parms()
513 nla_put_be32(skb, IFLA_VTI_OKEY, p->o_key); vti_fill_info()
H A Dip_tunnel.c379 iph->saddr, tunnel->parms.o_key, ip_tunnel_bind_dev()
731 tunnel->parms.o_key, RT_TOS(tos), tunnel->parms.link); ip_tunnel_xmit()
825 t->parms.o_key = p->o_key; ip_tunnel_update()
877 p->o_key = 0; ip_tunnel_ioctl()
H A Dip_gre.c493 proto, tunnel->parms.o_key, htonl(tunnel->o_seqno)); __gre_xmit()
779 t->parms.o_key, ipgre_open()
983 parms->o_key = nla_get_be32(data[IFLA_GRE_OKEY]); ipgre_netlink_parms()
1150 nla_put_be32(skb, IFLA_GRE_OKEY, p->o_key) || ipgre_fill_info()
H A Dipip.c254 p.i_key = p.o_key = 0; ipip_tunnel_ioctl()
/linux-4.4.14/net/ipv6/
H A Dip6_vti.c538 fl.flowi_mark = be32_to_cpu(t->parms.o_key); vti6_tnl_xmit()
571 mark = be32_to_cpu(t->parms.o_key); vti6_err()
641 t->parms.o_key = p->o_key; vti6_tnl_change()
669 p->o_key = u->o_key; vti6_parm_from_user()
682 u->o_key = p->o_key; vti6_parm_to_user()
928 parms->o_key = nla_get_be32(data[IFLA_VTI_OKEY]); vti6_netlink_parms()
1006 nla_put_be32(skb, IFLA_VTI_OKEY, parm->o_key)) vti6_fill_info()
H A Dip6_gre.c749 *ptr = tunnel->parms.o_key; ip6gre_xmit2()
1012 t->parms.o_key = p->o_key; ip6gre_tnl_change()
1031 p->o_key = u->o_key; ip6gre_tnl_parm_from_user()
1049 u->o_key = p->o_key; ip6gre_tnl_parm_to_user()
1100 p.o_key = 0; ip6gre_tunnel_ioctl()
1461 parms->o_key = nla_get_be32(data[IFLA_GRE_OKEY]); ip6gre_netlink_parms()
1632 nla_put_be32(skb, IFLA_GRE_OKEY, p->o_key) || ip6gre_fill_info()
/linux-4.4.14/include/net/
H A Dip6_tunnel.h32 __be32 o_key; member in struct:__ip6_tnl_parm
/linux-4.4.14/fs/
H A Dmbcache.c606 ce->e_index.o_key = key;
729 if (ce->e_bdev == bdev && ce->e_index.o_key == key) { __mb_cache_entry_find()

Completed in 301 milliseconds