Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dcls_api.c1157 if (ifindex == TCM_IFINDEX_MAGIC_BLOCK) in __tcf_qdisc_find()
1227 if (ifindex == TCM_IFINDEX_MAGIC_BLOCK) in __tcf_qdisc_cl_find()
1251 if (ifindex == TCM_IFINDEX_MAGIC_BLOCK) { in __tcf_block_find()
1992 tcm->tcm_ifindex = TCM_IFINDEX_MAGIC_BLOCK; in tcf_fill_node()
2753 if (tcm->tcm_ifindex == TCM_IFINDEX_MAGIC_BLOCK) { in tc_dump_tfilter()
2817 if (tcm->tcm_ifindex == TCM_IFINDEX_MAGIC_BLOCK) in tc_dump_tfilter()
2856 tcm->tcm_ifindex = TCM_IFINDEX_MAGIC_BLOCK; in tc_chain_fill_node()
3141 if (tcm->tcm_ifindex == TCM_IFINDEX_MAGIC_BLOCK) { in tc_dump_chain()
3203 if (tcm->tcm_ifindex == TCM_IFINDEX_MAGIC_BLOCK) in tc_dump_chain()
/openbmc/linux/include/uapi/linux/
H A Drtnetlink.h619 #define TCM_IFINDEX_MAGIC_BLOCK (0xFFFFFFFFU) macro