Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dact_skbmod.c99 [TCA_SKBMOD_ETYPE] = { .type = NLA_U16 },
143 if (tb[TCA_SKBMOD_ETYPE]) { in tcf_skbmod_init()
144 eth_type = nla_get_u16(tb[TCA_SKBMOD_ETYPE]); in tcf_skbmod_init()
265 nla_put_u16(skb, TCA_SKBMOD_ETYPE, ntohs(p->eth_type))) in tcf_skbmod_dump()
/openbmc/linux/include/uapi/linux/tc_act/
H A Dtc_skbmod.h28 TCA_SKBMOD_ETYPE, enumerator