Searched refs:blockid (Results 1 – 1 of 1) sorted by relevance
| /linux/net/sched/ |
| H A D | act_mirred.c | 399 const u32 blockid, struct tcf_result *res, in tcf_blockcast() argument 411 block = tcf_block_lookup(dev_net(skb->dev), blockid); in tcf_blockcast() 437 u32 blockid; in tcf_mirred_act() local 454 blockid = READ_ONCE(m->tcfm_blockid); in tcf_mirred_act() 457 if (blockid) { in tcf_mirred_act() 460 retval = tcf_blockcast(skb, m, blockid, res, m_eaction, retval); in tcf_mirred_act() 524 u32 blockid; in tcf_mirred_dump() local 536 blockid = m->tcfm_blockid; in tcf_mirred_dump() 537 if (blockid && nla_put_u32(skb, TCA_MIRRED_BLOCKID, blockid)) in tcf_mirred_dump()
|