Home
last modified time | relevance | path

Searched refs:out_ifindex (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/net/netdevsim/
H A Dpsample.c31 int out_ifindex; member
87 md->out_ifindex = psample->out_ifindex; in nsim_dev_psample_md_prepare()
232 psample->out_ifindex = 2; in nsim_dev_psample_init()
234 &psample->out_ifindex); in nsim_dev_psample_init()
/openbmc/linux/net/psample/
H A Dpsample.c365 int out_ifindex = md->out_ifindex; in psample_sample_packet() local
378 (out_ifindex ? nla_total_size(sizeof(u16)) : 0) + in psample_sample_packet()
415 if (out_ifindex) { in psample_sample_packet()
416 ret = nla_put_u16(nl_skb, PSAMPLE_ATTR_OIFINDEX, out_ifindex); in psample_sample_packet()
/openbmc/linux/include/net/
H A Dpsample.h20 int out_ifindex; member
/openbmc/linux/tools/testing/selftests/drivers/net/netdevsim/
H A Dpsample.sh102 echo 4321 > $PSAMPLE_DIR/out_ifindex
/openbmc/linux/net/sched/
H A Dact_sample.c183 md.out_ifindex = skb->dev->ifindex; in tcf_sample_act()
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_trap.c249 md->out_ifindex = mlxsw_sp_port && mlxsw_sp_port->dev ? in mlxsw_sp_psample_md_init()