Searched refs:rule (Results 1 – 3 of 3) sorted by relevance
35 struct fib_rule *rule; member88 static inline void fib_rule_get(struct fib_rule *rule) in fib_rule_get() argument90 atomic_inc(&rule->refcnt); in fib_rule_get()95 struct fib_rule *rule = container_of(head, struct fib_rule, rcu); in fib_rule_put_rcu() local96 release_net(rule->fr_net); in fib_rule_put_rcu()97 kfree(rule); in fib_rule_put_rcu()100 static inline void fib_rule_put(struct fib_rule *rule) in fib_rule_put() argument102 if (atomic_dec_and_test(&rule->refcnt)) in fib_rule_put()103 call_rcu(&rule->rcu, fib_rule_put_rcu); in fib_rule_put()
396 __u8 rule; /* currently fcntl or flock */ member
213 struct snd_pcm_hw_rule *rule);