Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv6/
Dip6_vti.c376 skb->mark = be32_to_cpu(t->parms.i_key); in vti6_rcv_cb()
684 t->parms.i_key = p->i_key; in vti6_tnl_change()
714 p->i_key = u->i_key; in vti6_parm_from_user()
727 u->i_key = p->i_key; in vti6_parm_to_user()
729 if (u->i_key) in vti6_parm_to_user()
961 parms->i_key = nla_get_be32(data[IFLA_VTI_IKEY]); in vti6_netlink_parms()
1048 nla_put_be32(skb, IFLA_VTI_IKEY, parm->i_key) || in vti6_fill_info()
Dip6_gre.c139 key != t->parms.i_key || in ip6gre_tunnel_lookup()
163 key != t->parms.i_key || in ip6gre_tunnel_lookup()
189 key != t->parms.i_key || in ip6gre_tunnel_lookup()
212 if (t->parms.i_key != key || in ip6gre_tunnel_lookup()
258 unsigned int h = HASH_KEY(p->i_key); in __ip6gre_bucket()
331 __be32 key = parms->i_key; in ip6gre_tunnel_find()
342 key == t->parms.i_key && in ip6gre_tunnel_find()
1179 t->parms.i_key = p->i_key; in ip6gre_tnl_copy_tnl_parm()
1205 p->i_key = u->i_key; in ip6gre_tnl_parm_from_user()
1223 u->i_key = p->i_key; in ip6gre_tnl_parm_to_user()
[all …]
/Linux-v4.19/net/ipv4/
Dip_tunnel.c77 return key == p->i_key; in ip_tunnel_key_match()
162 if (t->parms.i_key != key || in ip_tunnel_lookup()
194 __be32 i_key = parms->i_key; in ip_bucket() local
202 i_key = 0; in ip_bucket()
204 h = ip_tunnel_hash(i_key, remote); in ip_bucket()
230 __be32 key = parms->i_key; in ip_tunnel_find()
811 t->parms.i_key = p->i_key; in ip_tunnel_update()
862 p->i_key = 0; in ip_tunnel_ioctl()
Dip_vti.c123 skb->mark = be32_to_cpu(tunnel->parms.i_key); in vti_rcv_cb()
345 p.i_key = 0; in vti_tunnel_ioctl()
481 parms->i_key = nla_get_be32(data[IFLA_VTI_IKEY]); in vti_netlink_parms()
543 nla_put_be32(skb, IFLA_VTI_IKEY, p->i_key) || in vti_fill_info()
Dipip.c348 p.i_key = p.o_key = 0; in ipip_tunnel_ioctl()
Dip_gre.c1183 parms->i_key = nla_get_be32(data[IFLA_GRE_IKEY]); in ipgre_netlink_parms()
1466 nla_put_be32(skb, IFLA_GRE_IKEY, p->i_key) || in ipgre_fill_info()
/Linux-v4.19/include/uapi/linux/
Dip6_tunnel.h52 __be32 i_key; member
Dif_tunnel.h53 __be32 i_key; member
/Linux-v4.19/include/net/
Dip6_tunnel.h35 __be32 i_key; member
/Linux-v4.19/net/xfrm/
Dxfrm_input.c307 mark = be32_to_cpu(XFRM_TUNNEL_SKB_CB(skb)->tunnel.ip4->parms.i_key); in xfrm_input()
311 mark = be32_to_cpu(XFRM_TUNNEL_SKB_CB(skb)->tunnel.ip6->parms.i_key); in xfrm_input()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_ipip.c38 be32_to_cpu(parms.i_key) : 0; in mlxsw_sp_ipip_parms4_ikey()
/Linux-v4.19/fs/reiserfs/
Dreiserfs.h61 __u32 i_key[4]; /* key is still 4 32 bit integers */ member
2272 #define INODE_PKEY(inode) ((struct reiserfs_key *)(REISERFS_I(inode)->i_key))