Home
last modified time | relevance | path

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

/linux-6.12.1/net/sched/
Dcls_api.c1195 if (ifindex == TCM_IFINDEX_MAGIC_BLOCK) in __tcf_qdisc_find()
1265 if (ifindex == TCM_IFINDEX_MAGIC_BLOCK) in __tcf_qdisc_cl_find()
1289 if (ifindex == TCM_IFINDEX_MAGIC_BLOCK) { in __tcf_block_find()
2073 tcm->tcm_ifindex = TCM_IFINDEX_MAGIC_BLOCK; in tcf_fill_node()
2838 if (tcm->tcm_ifindex == TCM_IFINDEX_MAGIC_BLOCK) { in tc_dump_tfilter()
2902 if (tcm->tcm_ifindex == TCM_IFINDEX_MAGIC_BLOCK) in tc_dump_tfilter()
2941 tcm->tcm_ifindex = TCM_IFINDEX_MAGIC_BLOCK; in tc_chain_fill_node()
3229 if (tcm->tcm_ifindex == TCM_IFINDEX_MAGIC_BLOCK) { in tc_dump_chain()
3291 if (tcm->tcm_ifindex == TCM_IFINDEX_MAGIC_BLOCK) in tc_dump_chain()
/linux-6.12.1/include/uapi/linux/
Drtnetlink.h623 #define TCM_IFINDEX_MAGIC_BLOCK (0xFFFFFFFFU) macro