/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/ |
H A D | ip6gre_hier_keys.sh | 32 sw1_hierarchical_create $ol1 $ul1 ikey 111 okey 222 33 sw2_hierarchical_create $ol2 $ul2 ikey 222 okey 111 38 test_traffic_ip4ip6 "GRE hierarchical IPv4-in-IPv6 with ikey/okey" 39 test_traffic_ip6ip6 "GRE hierarchical IPv6-in-IPv6 with ikey/okey"
|
H A D | ip6gre_flat_keys.sh | 32 sw1_flat_create $ol1 $ul1 ikey 111 okey 222 33 sw2_flat_create $ol2 $ul2 ikey 222 okey 111 38 test_traffic_ip4ip6 "GRE flat IPv4-in-IPv6 with ikey/okey" 39 test_traffic_ip6ip6 "GRE flat IPv6-in-IPv6 with ikey/okey"
|
H A D | ipip_hier_gre_keys.sh | 29 sw1_hierarchical_create gre $ol1 $ul1 ikey 111 okey 222 30 sw2_hierarchical_create gre $ol2 $ul2 ikey 222 okey 111 37 ping_test $h1 192.0.2.18 " gre hierarchical with ikey/okey"
|
H A D | ipip_flat_gre_keys.sh | 29 sw1_flat_create gre $ol1 $ul1 ikey 111 okey 222 30 sw2_flat_create gre $ol2 $ul2 ikey 222 okey 111 37 ping_test $h1 192.0.2.18 " gre flat with ikey/okey"
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/ |
H A D | ipip_hier_gre_keys.sh | 29 sw1_hierarchical_create gre $ol1 $ul1 ikey 111 okey 222 30 sw2_hierarchical_create gre $ol2 $ul2 ikey 222 okey 111 37 ping_test $h1 192.0.2.18 " gre hierarchical with ikey/okey"
|
H A D | ipip_flat_gre_keys.sh | 29 sw1_flat_create gre $ol1 $ul1 ikey 111 okey 222 30 sw2_flat_create gre $ol2 $ul2 ikey 222 okey 111 37 ping_test $h1 192.0.2.18 " gre flat with ikey/okey"
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_ipip.c | 161 .okey = mlxsw_sp_ipip_parms4_okey(&parms), in mlxsw_sp_ipip_netdev_parms_init_gre4() 263 .okey = mlxsw_sp_ipip_parms4_okey(&parms), in mlxsw_sp_ipip_ol_loopback_config_gre4() 298 } else if (old_parms->okey != new_parms->okey || in mlxsw_sp_ipip_ol_netdev_change_gre() 376 .okey = mlxsw_sp_ipip_parms6_okey(&parms), in mlxsw_sp_ipip_netdev_parms_init_gre6() 462 .okey = mlxsw_sp_ipip_parms6_okey(&parms), in mlxsw_sp_ipip_ol_loopback_config_gre6()
|
H A D | spectrum_ipip.h | 35 u32 okey; member
|
H A D | spectrum_router.h | 76 u32 okey; member
|
H A D | spectrum_router.c | 1661 lb_cf.okey); in mlxsw_sp_rif_ipip_lb_op() 1671 lb_cf.okey); in mlxsw_sp_rif_ipip_lb_op()
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | ip6_gre_headroom.sh | 28 local 2001:db8:2::1 remote 2001:db8:2::2 oseq okey 123
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | ip6_gre_headroom.sh | 28 local 2001:db8:2::1 remote 2001:db8:2::2 oseq okey 123
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_router.h | 56 u32 okey; member
|
H A D | spectrum_ipip.c | 260 .okey = mlxsw_sp_ipip_parms4_okey(parms), in mlxsw_sp_ipip_ol_loopback_config_gre4()
|
H A D | spectrum_router.c | 1446 ul_vr_id, ul_rif_id, saddr4, lb_cf.okey); in mlxsw_sp_rif_ipip_lb_op()
|
/kernel/linux/linux-5.10/block/ |
H A D | sed-opal.c | 1459 const struct opal_key *okey = data; in start_SIDASP_opal_session() local 1463 okey->key, in start_SIDASP_opal_session() 1464 okey->key_len); in start_SIDASP_opal_session() 1487 const struct opal_key *okey = data; in start_PSID_opal_session() local 1491 okey->key, in start_PSID_opal_session() 1492 okey->key_len); in start_PSID_opal_session()
|
/kernel/linux/linux-6.6/block/ |
H A D | sed-opal.c | 1752 const struct opal_key *okey = data; in start_SIDASP_opal_session() local 1756 okey->key, in start_SIDASP_opal_session() 1757 okey->key_len); in start_SIDASP_opal_session() 1780 const struct opal_key *okey = data; in start_PSID_opal_session() local 1784 okey->key, in start_PSID_opal_session() 1785 okey->key_len); in start_PSID_opal_session()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/ |
H A D | qib_mad.c | 1006 u16 okey = rcd->pkeys[i]; in set_pkeys() local 1008 if (key == okey) in set_pkeys() 1014 if (okey & 0x7FFF) in set_pkeys() 1015 changed |= rm_pkey(ppd, okey); in set_pkeys()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/ |
H A D | qib_mad.c | 1006 u16 okey = rcd->pkeys[i]; in set_pkeys() local 1008 if (key == okey) in set_pkeys() 1014 if (okey & 0x7FFF) in set_pkeys() 1015 changed |= rm_pkey(ppd, okey); in set_pkeys()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | mad.c | 1699 u16 okey = ppd->pkeys[i]; in set_pkeys() local 1701 if (key == okey) in set_pkeys()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | mad.c | 1657 u16 okey = ppd->pkeys[i]; in set_pkeys() local 1659 if (key == okey) in set_pkeys()
|