Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/tc_act/
H A Dtc_ife.h23 TCA_IFE_DMAC, enumerator
/openbmc/linux/net/sched/
H A Dact_ife.c39 [TCA_IFE_DMAC] = { .len = ETH_ALEN},
582 if (tb[TCA_IFE_DMAC]) in tcf_ife_init()
583 daddr = nla_data(tb[TCA_IFE_DMAC]); in tcf_ife_init()
668 if (nla_put(skb, TCA_IFE_DMAC, ETH_ALEN, p->eth_dst)) in tcf_ife_dump()