Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/tc_act/
Dtc_ipt.h13 TCA_IPT_HOOK, enumerator
/Linux-v4.19/net/sched/
Dact_ipt.c93 [TCA_IPT_HOOK] = { .type = NLA_U32 },
129 if (tb[TCA_IPT_HOOK] == NULL || tb[TCA_IPT_TARG] == NULL) { in __tcf_ipt_init()
163 hook = nla_get_u32(tb[TCA_IPT_HOOK]); in __tcf_ipt_init()
302 nla_put_u32(skb, TCA_IPT_HOOK, ipt->tcfi_hook) || in tcf_ipt_dump()