Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/tc_act/
H A Dtc_ipt.h10 TCA_IPT_HOOK, enumerator
/openbmc/linux/net/sched/
H A Dact_ipt.c89 [TCA_IPT_HOOK] = NLA_POLICY_RANGE(NLA_U32, NF_INET_PRE_ROUTING,
129 if (tb[TCA_IPT_HOOK] == NULL || tb[TCA_IPT_TARG] == NULL) { in __tcf_ipt_init()
165 hook = nla_get_u32(tb[TCA_IPT_HOOK]); in __tcf_ipt_init()
354 nla_put_u32(skb, TCA_IPT_HOOK, ipt->tcfi_hook) || in tcf_ipt_dump()