Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dem_ipt.c38 [TCA_EM_IPT_NFPROTO] = { .type = NLA_U8 },
122 nfproto = nla_get_u8(tb[TCA_EM_IPT_NFPROTO]); in get_xt_match()
141 !tb[TCA_EM_IPT_MATCH_DATA] || !tb[TCA_EM_IPT_NFPROTO]) in em_ipt_change()
144 nfproto = nla_get_u8(tb[TCA_EM_IPT_NFPROTO]); in em_ipt_change()
260 if (nla_put_u8(skb, TCA_EM_IPT_NFPROTO, im->nfproto) < 0) in em_ipt_dump()
/openbmc/linux/include/uapi/linux/tc_ematch/
H A Dtc_em_ipt.h13 TCA_EM_IPT_NFPROTO, enumerator