Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/uapi/linux/tc_act/
H A Dtc_ife.h21 TCA_IFE_PARMS, enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/tc_act/
H A Dtc_ife.h22 TCA_IFE_PARMS, enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/tc_act/
H A Dtc_ife.h22 TCA_IFE_PARMS, enumerator
/OK3568_Linux_fs/kernel/net/sched/
H A Dact_ife.c38 [TCA_IFE_PARMS] = { .len = sizeof(struct tc_ife)},
511 if (!tb[TCA_IFE_PARMS]) in tcf_ife_init()
514 parm = nla_data(tb[TCA_IFE_PARMS]); in tcf_ife_init()
659 if (nla_put(skb, TCA_IFE_PARMS, sizeof(opt), &opt)) in tcf_ife_dump()