Home
last modified time | relevance | path

Searched refs:i_key (Results 1 – 7 of 7) sorted by relevance

/net/ipv6/
Dip6_vti.c345 skb->mark = be32_to_cpu(t->parms.i_key); in vti6_rcv_cb()
607 t->parms.i_key = p->i_key; in vti6_tnl_change()
635 p->i_key = u->i_key; in vti6_parm_from_user()
648 u->i_key = p->i_key; in vti6_parm_to_user()
650 if (u->i_key) in vti6_parm_to_user()
897 parms->i_key = nla_get_be32(data[IFLA_VTI_IKEY]); in vti6_netlink_parms()
979 nla_put_be32(skb, IFLA_VTI_IKEY, parm->i_key) || in vti6_fill_info()
Dip6_gre.c132 key != t->parms.i_key || in ip6gre_tunnel_lookup()
156 key != t->parms.i_key || in ip6gre_tunnel_lookup()
182 key != t->parms.i_key || in ip6gre_tunnel_lookup()
205 if (t->parms.i_key != key || in ip6gre_tunnel_lookup()
242 unsigned int h = HASH_KEY(p->i_key); in __ip6gre_bucket()
290 __be32 key = parms->i_key; in ip6gre_tunnel_find()
301 key == t->parms.i_key && in ip6gre_tunnel_find()
1023 t->parms.i_key = p->i_key; in ip6gre_tnl_change()
1042 p->i_key = u->i_key; in ip6gre_tnl_parm_from_user()
1060 u->i_key = p->i_key; in ip6gre_tnl_parm_to_user()
[all …]
/net/ipv4/
Dip_tunnel.c133 return key == p->i_key; in ip_tunnel_key_match()
218 if (t->parms.i_key != key || in ip_tunnel_lookup()
247 __be32 i_key = parms->i_key; in ip_bucket() local
255 i_key = 0; in ip_bucket()
257 h = ip_tunnel_hash(i_key, remote); in ip_bucket()
279 __be32 key = parms->i_key; in ip_tunnel_find()
813 t->parms.i_key = p->i_key; in ip_tunnel_update()
864 p->i_key = 0; in ip_tunnel_ioctl()
Dip_vti.c111 skb->mark = be32_to_cpu(tunnel->parms.i_key); in vti_rcv_cb()
324 p.i_key = 0; in vti_tunnel_ioctl()
460 parms->i_key = nla_get_be32(data[IFLA_VTI_IKEY]); in vti_netlink_parms()
513 nla_put_be32(skb, IFLA_VTI_IKEY, p->i_key); in vti_fill_info()
Dip_gre.c618 parms->i_key = nla_get_be32(data[IFLA_GRE_IKEY]); in ipgre_netlink_parms()
776 nla_put_be32(skb, IFLA_GRE_IKEY, p->i_key) || in ipgre_fill_info()
Dipip.c279 p.i_key = p.o_key = p.i_flags = p.o_flags = 0; in ipip_tunnel_ioctl()
/net/xfrm/
Dxfrm_input.c213 mark = be32_to_cpu(XFRM_TUNNEL_SKB_CB(skb)->tunnel.ip4->parms.i_key); in xfrm_input()
216 mark = be32_to_cpu(XFRM_TUNNEL_SKB_CB(skb)->tunnel.ip6->parms.i_key); in xfrm_input()