Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dact_ipt.c92 [TCA_IPT_TARG] = { .len = sizeof(struct xt_entry_target) },
129 if (tb[TCA_IPT_HOOK] == NULL || tb[TCA_IPT_TARG] == NULL) { in __tcf_ipt_init()
137 td = (struct xt_entry_target *)nla_data(tb[TCA_IPT_TARG]); in __tcf_ipt_init()
138 if (nla_len(tb[TCA_IPT_TARG]) != td->u.target_size) { in __tcf_ipt_init()
352 if (nla_put(skb, TCA_IPT_TARG, ipt->tcfi_t->u.user.target_size, t) || in tcf_ipt_dump()
/openbmc/linux/include/uapi/linux/tc_act/
H A Dtc_ipt.h14 TCA_IPT_TARG, enumerator