Lines Matching refs:pprev
1888 struct tcf_proto __rcu **pprev; member
1895 return tcf_chain_dereference(*chain_info->pprev, chain); in tcf_chain_tp_prev()
1906 if (*chain_info->pprev == chain->filter_chain) in tcf_chain_tp_insert()
1909 rcu_assign_pointer(*chain_info->pprev, tp); in tcf_chain_tp_insert()
1923 RCU_INIT_POINTER(*chain_info->pprev, next); in tcf_chain_tp_remove()
1976 struct tcf_proto **pprev; in tcf_chain_tp_delete_empty() local
1982 for (pprev = &chain->filter_chain; in tcf_chain_tp_delete_empty()
1983 (tp_iter = tcf_chain_dereference(*pprev, chain)); in tcf_chain_tp_delete_empty()
1984 pprev = &tp_iter->next) { in tcf_chain_tp_delete_empty()
1986 chain_info.pprev = pprev; in tcf_chain_tp_delete_empty()
2005 RCU_INIT_POINTER(*chain_info.pprev, next); in tcf_chain_tp_delete_empty()
2017 struct tcf_proto **pprev; in tcf_chain_tp_find() local
2021 for (pprev = &chain->filter_chain; in tcf_chain_tp_find()
2022 (tp = tcf_chain_dereference(*pprev, chain)); in tcf_chain_tp_find()
2023 pprev = &tp->next) { in tcf_chain_tp_find()
2040 chain_info->pprev = pprev; in tcf_chain_tp_find()