Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/tc_act/
A Dtc_ct.h27 TCA_CT_HELPER_PROTO, /* u8 */ enumerator
/linux-6.3-rc2/net/sched/
A Dact_ct.c1062 [TCA_CT_HELPER_PROTO] = { .type = NLA_U8 },
1225 proto = tb[TCA_CT_HELPER_PROTO] ? nla_get_u8(tb[TCA_CT_HELPER_PROTO]) : IPPROTO_TCP; in tcf_ct_fill_params()
1415 nla_put_u8(skb, TCA_CT_HELPER_PROTO, helper->tuple.dst.protonum)) in tcf_ct_dump_helper()

Completed in 6 milliseconds