nf_ct_is_template
if ((ct && !nf_ct_is_template(ct)) ||
if (nf_ct_is_confirmed(ct) || nf_ct_is_template(ct))
if (skb_nfct(skb) && !nf_ct_is_template((struct nf_conn *)skb_nfct(skb)))
if (skb_nfct(skb) && !nf_ct_is_template((struct nf_conn *)skb_nfct(skb)))
if (found_ct && !nf_ct_is_template(found_ct)) {
if ((tmpl && !nf_ct_is_template(tmpl)) ||
if (unlikely(nf_ct_is_template(ct))) {
if (tmpl && nf_ct_is_template(tmpl)) {
WARN_ON_ONCE(!nf_ct_is_template(ct));
WARN_ON_ONCE(!nf_ct_is_template(ct));
nf_ct_is_template(ct) ||
if (!ct || nf_ct_is_confirmed(ct) || nf_ct_is_template(ct)) {
if (ct == NULL || nf_ct_is_template(ct))
if (!ct || nf_ct_is_template(ct))
if (!ct || nf_ct_is_template(ct) || nf_ct_is_confirmed(ct))
if (!ct || nf_ct_is_template(ct)) {
if (!ct || nf_ct_is_template(ct))
if ((ct && !nf_ct_is_template(ct)) || ctinfo == IP_CT_UNTRACKED)