Home
last modified time | relevance | path

Searched refs:okey (Results 1 – 11 of 11) sorted by relevance

/linux/tools/testing/selftests/net/forwarding/
H A Dipip_flat_gre_keys.sh29 sw1_flat_create gre $ol1 $ul1 ikey 111 okey 222
30 sw2_flat_create gre $ol2 $ul2 ikey 222 okey 111
H A Dipip_hier_gre_keys.sh29 sw1_hierarchical_create gre $ol1 $ul1 ikey 111 okey 222
30 sw2_hierarchical_create gre $ol2 $ul2 ikey 222 okey 111
H A Dip6gre_flat_keys.sh33 sw1_flat_create $ol1 $ul1 ikey 111 okey 222
34 sw2_flat_create $ol2 $ul2 ikey 222 okey 111
H A Dip6gre_hier_keys.sh33 sw1_hierarchical_create $ol1 $ul1 ikey 111 okey 222
34 sw2_hierarchical_create $ol2 $ul2 ikey 222 okey 111
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_ipip.c165 .okey = mlxsw_sp_ipip_parms4_okey(&parms), in mlxsw_sp_ipip_netdev_parms_init_gre4()
270 .okey = mlxsw_sp_ipip_parms4_okey(&parms), in mlxsw_sp_ipip_ol_loopback_config_gre4()
305 } else if (old_parms->okey != new_parms->okey || in mlxsw_sp_ipip_ol_netdev_change_gre()
383 .okey = mlxsw_sp_ipip_parms6_okey(&parms), in mlxsw_sp_ipip_netdev_parms_init_gre6()
472 .okey = mlxsw_sp_ipip_parms6_okey(&parms), in mlxsw_sp_ipip_ol_loopback_config_gre6()
H A Dspectrum_ipip.h35 u32 okey; member
H A Dspectrum_router.h76 u32 okey; member
H A Dspectrum_router.c1663 lb_cf.okey); in mlxsw_sp_rif_ipip_lb_op()
1673 lb_cf.okey); in mlxsw_sp_rif_ipip_lb_op()
/linux/tools/testing/selftests/net/
H A Dip6_gre_headroom.sh28 local 2001:db8:2::1 remote 2001:db8:2::2 oseq okey 123
/linux/drivers/infiniband/hw/qib/
H A Dqib_mad.c1006 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()
/linux/drivers/infiniband/hw/hfi1/
H A Dmad.c1657 u16 okey = ppd->pkeys[i]; in set_pkeys() local
1659 if (key == okey) in set_pkeys()