Home
last modified time | relevance | path

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

/net/netfilter/
A Dnfnetlink_osf.c32 int ttl_check, unsigned char f_ttl) in nf_osf_ttl() argument
39 if (ttl_check == NF_OSF_TTL_TRUE) in nf_osf_ttl()
41 if (ttl_check == NF_OSF_TTL_NOCHECK) in nf_osf_ttl()
66 int ttl_check, in nf_osf_match_one() argument
75 if (ctx->totlen != f->ss || !nf_osf_ttl(skb, ttl_check, f->ttl)) in nf_osf_match_one()
206 int fcount = 0, ttl_check; in nf_osf_match() local
218 ttl_check = (info->flags & NF_OSF_TTL) ? info->ttl : 0; in nf_osf_match()
227 if (!nf_osf_match_one(skb, f, ttl_check, &ctx)) in nf_osf_match()
263 const int ttl_check, struct nf_osf_data *data) in nf_osf_find() argument
282 if (!nf_osf_match_one(skb, f, ttl_check, &ctx)) in nf_osf_find()

Completed in 3 milliseconds