Searched refs:nest_params (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/netfilter/
H A Dnft_ct.c1007 struct nlattr *nest_params; local
1014 nest_params = nla_nest_start(skb, NFTA_CT_TIMEOUT_DATA);
1015 if (!nest_params)
1021 nla_nest_end(skb, nest_params);

Completed in 150 milliseconds