Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/netfilter/
A Dnft_ct.c945 if (tb[NFTA_CT_TIMEOUT_L3PROTO]) in nft_ct_timeout_obj_init()
946 l3num = ntohs(nla_get_be16(tb[NFTA_CT_TIMEOUT_L3PROTO])); in nft_ct_timeout_obj_init()
1006 nla_put_be16(skb, NFTA_CT_TIMEOUT_L3PROTO, htons(timeout->l3num))) in nft_ct_timeout_obj_dump()
1021 [NFTA_CT_TIMEOUT_L3PROTO] = {.type = NLA_U16 },
/linux-6.3-rc2/include/uapi/linux/netfilter/
A Dnf_tables.h1609 NFTA_CT_TIMEOUT_L3PROTO, enumerator

Completed in 10 milliseconds