Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dip_tunnel.c66 return test_bit(IP_TUNNEL_KEY_BIT, p->i_flags) && p->i_key == key; in ip_tunnel_key_match()
144 t->parms.i_key != key) || in ip_tunnel_lookup()
176 __be32 i_key = parms->i_key; in ip_bucket() local
185 i_key = 0; in ip_bucket()
187 h = ip_tunnel_hash(i_key, remote); in ip_bucket()
214 __be32 key = parms->i_key; in ip_tunnel_find()
882 t->parms.i_key = p->i_key; in ip_tunnel_update()
934 p->i_key = 0; in ip_tunnel_ctl()
1022 kp->i_key = p.i_key; in ip_tunnel_parm_from_user()
1044 p.i_key = kp->i_key; in ip_tunnel_parm_to_user()
H A Dip_vti.c134 skb->mark = be32_to_cpu(tunnel->parms.i_key); in vti_rcv_cb()
398 p->i_key = 0; in vti_tunnel_ctl()
563 parms->i_key = nla_get_be32(data[IFLA_VTI_IKEY]); in vti_netlink_parms()
625 nla_put_be32(skb, IFLA_VTI_IKEY, p->i_key) || in vti_fill_info()
H A Dipip.c350 p->i_key = p->o_key = 0; in ipip_tunnel_ctl()
H A Dip_gre.c1192 parms->i_key = nla_get_be32(data[IFLA_GRE_IKEY]); in ipgre_netlink_parms()
1545 nla_put_be32(skb, IFLA_GRE_IKEY, p->i_key) || in ipgre_fill_info()
/linux/net/ipv6/
H A Dip6_vti.c378 skb->mark = be32_to_cpu(t->parms.i_key); in vti6_rcv_cb()
713 t->parms.i_key = p->i_key; in vti6_tnl_change()
743 p->i_key = u->i_key; in vti6_parm_from_user()
756 u->i_key = p->i_key; in vti6_parm_to_user()
758 if (u->i_key) in vti6_parm_to_user()
991 parms->i_key = nla_get_be32(data[IFLA_VTI_IKEY]); in vti6_netlink_parms()
1078 nla_put_be32(skb, IFLA_VTI_IKEY, parm->i_key) || in vti6_fill_info()
H A Dip6_gre.c135 key != t->parms.i_key || in ip6gre_tunnel_lookup()
159 key != t->parms.i_key || in ip6gre_tunnel_lookup()
185 key != t->parms.i_key || in ip6gre_tunnel_lookup()
208 if (t->parms.i_key != key || in ip6gre_tunnel_lookup()
254 unsigned int h = HASH_KEY(p->i_key); in __ip6gre_bucket()
327 __be32 key = parms->i_key; in ip6gre_tunnel_find()
338 key == t->parms.i_key && in ip6gre_tunnel_find()
1225 t->parms.i_key = p->i_key; in ip6gre_tnl_copy_tnl_parm()
1255 p->i_key = u->i_key; in ip6gre_tnl_parm_from_user()
1273 u->i_key = p->i_key; in ip6gre_tnl_parm_to_user()
[all …]
/linux/include/uapi/linux/
H A Dip6_tunnel.h52 __be32 i_key; member
H A Dif_tunnel.h53 __be32 i_key; member
/linux/include/net/
H A Dip6_tunnel.h35 __be32 i_key; member
H A Dip_tunnels.h136 __be32 i_key; member
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_ipip.c52 be32_to_cpu(parms->i_key) : 0; in mlxsw_sp_ipip_parms4_ikey()
58 be32_to_cpu(parms->i_key) : 0; in mlxsw_sp_ipip_parms6_ikey()
/linux/net/xfrm/
H A Dxfrm_input.c543 mark = be32_to_cpu(XFRM_TUNNEL_SKB_CB(skb)->tunnel.ip4->parms.i_key); in xfrm_input()
547 mark = be32_to_cpu(XFRM_TUNNEL_SKB_CB(skb)->tunnel.ip6->parms.i_key); in xfrm_input()
/linux/fs/reiserfs/
H A Dreiserfs.h59 __u32 i_key[4]; /* key is still 4 32 bit integers */ member
2271 #define INODE_PKEY(inode) ((struct reiserfs_key *)(REISERFS_I(inode)->i_key))