Home
last modified time | relevance | path

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

/linux-6.12.1/net/sched/
Dact_mirred.c385 const u32 blockid, struct tcf_result *res, in tcf_blockcast() argument
399 block = tcf_block_lookup(dev_net(skb->dev), blockid); in tcf_blockcast()
424 u32 blockid; in tcf_mirred_act() local
437 blockid = READ_ONCE(m->tcfm_blockid); in tcf_mirred_act()
438 if (blockid) { in tcf_mirred_act()
439 retval = tcf_blockcast(skb, m, blockid, res, retval); in tcf_mirred_act()
484 u32 blockid; in tcf_mirred_dump() local
496 blockid = m->tcfm_blockid; in tcf_mirred_dump()
497 if (blockid && nla_put_u32(skb, TCA_MIRRED_BLOCKID, blockid)) in tcf_mirred_dump()