Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/tc_act/
H A Dtc_ct.h26 TCA_CT_HELPER_FAMILY, /* u8 */ enumerator
/openbmc/linux/net/sched/
H A Dact_ct.c1128 [TCA_CT_HELPER_FAMILY] = { .type = NLA_U8 },
1291 family = tb[TCA_CT_HELPER_FAMILY] ? nla_get_u8(tb[TCA_CT_HELPER_FAMILY]) : AF_INET; in tcf_ct_fill_params()
1482 nla_put_u8(skb, TCA_CT_HELPER_FAMILY, helper->tuple.src.l3num) || in tcf_ct_dump_helper()