Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnfnetlink_osf.c32 int ttl_check, unsigned char f_ttl) in nf_osf_ttl() argument
36 switch (ttl_check) { in nf_osf_ttl()
58 int ttl_check, in nf_osf_match_one() argument
67 if (ctx->totlen != f->ss || !nf_osf_ttl(skb, ttl_check, f->ttl)) in nf_osf_match_one()
195 int fcount = 0, ttl_check; in nf_osf_match() local
207 ttl_check = (info->flags & NF_OSF_TTL) ? info->ttl : 0; in nf_osf_match()
216 if (!nf_osf_match_one(skb, f, ttl_check, &ctx)) in nf_osf_match()
252 const int ttl_check, struct nf_osf_data *data) in nf_osf_find() argument
271 if (!nf_osf_match_one(skb, f, ttl_check, &ctx)) in nf_osf_find()
/linux/include/linux/netfilter/
H A Dnfnetlink_osf.h36 const int ttl_check, struct nf_osf_data *data);