Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/tc_act/
Dtc_ipt.h10 TCA_IPT_HOOK, enumerator
/linux-6.1.9/net/sched/
Dact_ipt.c87 [TCA_IPT_HOOK] = { .type = NLA_U32 },
126 if (tb[TCA_IPT_HOOK] == NULL || tb[TCA_IPT_TARG] == NULL) { in __tcf_ipt_init()
160 hook = nla_get_u32(tb[TCA_IPT_HOOK]); in __tcf_ipt_init()
296 nla_put_u32(skb, TCA_IPT_HOOK, ipt->tcfi_hook) || in tcf_ipt_dump()