Home
last modified time | relevance | path

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

/linux/include/uapi/linux/tc_act/
H A Dtc_pedit.h11 TCA_PEDIT_PARMS, enumerator
/linux/net/sched/
H A Dact_pedit.c34 [TCA_PEDIT_PARMS] = { .len = sizeof(struct tc_pedit) },
186 pattr = tb[TCA_PEDIT_PARMS]; in tcf_pedit_init()
190 NL_SET_ERR_MSG_MOD(extack, "Missing required TCA_PEDIT_PARMS or TCA_PEDIT_PARMS_EX pedit attribute"); in tcf_pedit_init()
224 NL_SET_ERR_MSG_ATTR(extack, pattr, "Length of TCA_PEDIT_PARMS or TCA_PEDIT_PARMS_EX pedit attribute is invalid"); in tcf_pedit_init()
545 if (nla_put(skb, TCA_PEDIT_PARMS, s, opt)) in tcf_pedit_dump()