Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dact_gate.c35 static void tcf_gate_params_free_rcu(struct rcu_head *head);
534 call_rcu(&old_p->rcu, tcf_gate_params_free_rcu); in tcf_gate_init()
555 static void tcf_gate_params_free_rcu(struct rcu_head *head) in tcf_gate_params_free_rcu() function
571 call_rcu(&p->rcu, tcf_gate_params_free_rcu); in tcf_gate_cleanup()