Searched refs:TCA_GACT_PARMS (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/net/sched/ |
H A D | act_gact.c | 49 [TCA_GACT_PARMS] = { .len = sizeof(struct tc_gact) }, 79 if (tb[TCA_GACT_PARMS] == NULL) in tcf_gact_init() 81 parm = nla_data(tb[TCA_GACT_PARMS]); in tcf_gact_init() 198 if (nla_put(skb, TCA_GACT_PARMS, sizeof(opt), &opt)) in tcf_gact_dump() 244 size_t sz = nla_total_size(sizeof(struct tc_gact)); /* TCA_GACT_PARMS */ in tcf_gact_get_fill_size()
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | act_gact.c | 49 [TCA_GACT_PARMS] = { .len = sizeof(struct tc_gact) }, 79 if (tb[TCA_GACT_PARMS] == NULL) in tcf_gact_init() 81 parm = nla_data(tb[TCA_GACT_PARMS]); in tcf_gact_init() 199 if (nla_put(skb, TCA_GACT_PARMS, sizeof(opt), &opt)) in tcf_gact_dump() 228 size_t sz = nla_total_size(sizeof(struct tc_gact)); /* TCA_GACT_PARMS */ in tcf_gact_get_fill_size()
|
/kernel/linux/linux-5.10/include/uapi/linux/tc_act/ |
H A D | tc_gact.h | 26 TCA_GACT_PARMS, enumerator
|
/kernel/linux/linux-6.6/include/uapi/linux/tc_act/ |
H A D | tc_gact.h | 26 TCA_GACT_PARMS, enumerator
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/tc_act/ |
H A D | tc_gact.h | 27 TCA_GACT_PARMS, enumerator
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/tc_act/ |
H A D | tc_gact.h | 38 TCA_GACT_PARMS, enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/tc_act/ |
H A D | tc_gact.h | 38 TCA_GACT_PARMS, enumerator
|
Completed in 3 milliseconds