Home
last modified time | relevance | path

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

/linux/include/uapi/linux/tc_act/
H A Dtc_ife.h25 TCA_IFE_TYPE, enumerator
/linux/net/sched/
H A Dact_ife.c42 [TCA_IFE_TYPE] = { .type = NLA_U16},
577 if (tb[TCA_IFE_TYPE]) in tcf_ife_init()
578 ife_type = nla_get_u16(tb[TCA_IFE_TYPE]); in tcf_ife_init()
676 if (nla_put(skb, TCA_IFE_TYPE, 2, &p->eth_type)) in tcf_ife_dump()
913 + nla_total_size(2) /* TCA_IFE_TYPE */ in ife_init_module()