Home
last modified time | relevance | path

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

/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()
/linux/net/psample/
H A Dpsample.c368 int out_ifindex = md->out_ifindex; in psample_sample_packet() local
385 (out_ifindex ? nla_total_size(sizeof(u16)) : 0) + in psample_sample_packet()
426 if (out_ifindex) { in psample_sample_packet()
427 ret = nla_put_u16(nl_skb, PSAMPLE_ATTR_OIFINDEX, out_ifindex); in psample_sample_packet()
/linux/include/net/
H A Dpsample.h20 int out_ifindex; member
/linux/tools/testing/selftests/drivers/net/netdevsim/
H A Dpsample.sh102 echo 4321 > $PSAMPLE_DIR/out_ifindex
/linux/net/sched/
H A Dact_sample.c185 md.out_ifindex = skb->dev->ifindex; in tcf_sample_act()