Searched refs:TCA_PEDIT_PARMS (Results 1 – 2 of 2) sorted by relevance
11 TCA_PEDIT_PARMS, enumerator
34 [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()