Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/tc_act/
H A Dtc_ct.h25 TCA_CT_HELPER_NAME, /* string */ enumerator
/openbmc/linux/net/sched/
H A Dact_ct.c1127 [TCA_CT_HELPER_NAME] = { .type = NLA_STRING, .len = NF_CT_HELPER_NAME_LEN },
1283 if (tb[TCA_CT_HELPER_NAME]) { in tcf_ct_fill_params()
1284 name = nla_data(tb[TCA_CT_HELPER_NAME]); in tcf_ct_fill_params()
1285 len = nla_len(tb[TCA_CT_HELPER_NAME]); in tcf_ct_fill_params()
1481 if (nla_put_string(skb, TCA_CT_HELPER_NAME, helper->name) || in tcf_ct_dump_helper()