Home
last modified time | relevance | path

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

/linux-4.4.14/net/sched/
Dact_ipt.c83 [TCA_IPT_TARG] = { .len = sizeof(struct xt_entry_target) },
106 if (tb[TCA_IPT_TARG] == NULL) in tcf_ipt_init()
109 td = (struct xt_entry_target *)nla_data(tb[TCA_IPT_TARG]); in tcf_ipt_init()
110 if (nla_len(tb[TCA_IPT_TARG]) < td->u.target_size) in tcf_ipt_init()
243 if (nla_put(skb, TCA_IPT_TARG, ipt->tcfi_t->u.user.target_size, t) || in tcf_ipt_dump()
/linux-4.4.14/include/uapi/linux/tc_act/
Dtc_ipt.h16 TCA_IPT_TARG, enumerator