Home
last modified time | relevance | path

Searched refs:chain_info (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/sched/
H A Dcls_api.c1648 struct tcf_chain_info *chain_info) in tcf_chain_tp_prev()
1650 return tcf_chain_dereference(*chain_info->pprev, chain); in tcf_chain_tp_prev()
1654 struct tcf_chain_info *chain_info, in tcf_chain_tp_insert()
1660 RCU_INIT_POINTER(tp->next, tcf_chain_tp_prev(chain, chain_info)); in tcf_chain_tp_insert()
1661 if (*chain_info->pprev == chain->filter_chain) in tcf_chain_tp_insert()
1664 rcu_assign_pointer(*chain_info->pprev, tp); in tcf_chain_tp_insert()
1670 struct tcf_chain_info *chain_info, in tcf_chain_tp_remove()
1673 struct tcf_proto *next = tcf_chain_dereference(chain_info->next, chain); in tcf_chain_tp_remove()
1678 RCU_INIT_POINTER(*chain_info->pprev, next); in tcf_chain_tp_remove()
1682 struct tcf_chain_info *chain_info,
1647 tcf_chain_tp_prev(struct tcf_chain *chain, struct tcf_chain_info *chain_info) tcf_chain_tp_prev() argument
1653 tcf_chain_tp_insert(struct tcf_chain *chain, struct tcf_chain_info *chain_info, struct tcf_proto *tp) tcf_chain_tp_insert() argument
1669 tcf_chain_tp_remove(struct tcf_chain *chain, struct tcf_chain_info *chain_info, struct tcf_proto *tp) tcf_chain_tp_remove() argument
1696 struct tcf_chain_info chain_info; tcf_chain_tp_insert_unique() local
1729 struct tcf_chain_info chain_info; tcf_chain_tp_delete_empty() local
1766 tcf_chain_tp_find(struct tcf_chain *chain, struct tcf_chain_info *chain_info, u32 protocol, u32 prio, bool prio_allocate) tcf_chain_tp_find() argument
1959 struct tcf_chain_info chain_info; tc_new_tfilter() local
2188 struct tcf_chain_info chain_info; tc_del_tfilter() local
2348 struct tcf_chain_info chain_info; tc_get_tfilter() local
[all...]
/kernel/linux/linux-6.6/net/sched/
H A Dcls_api.c1819 struct tcf_chain_info *chain_info) in tcf_chain_tp_prev()
1821 return tcf_chain_dereference(*chain_info->pprev, chain); in tcf_chain_tp_prev()
1825 struct tcf_chain_info *chain_info, in tcf_chain_tp_insert()
1831 RCU_INIT_POINTER(tp->next, tcf_chain_tp_prev(chain, chain_info)); in tcf_chain_tp_insert()
1832 if (*chain_info->pprev == chain->filter_chain) in tcf_chain_tp_insert()
1835 rcu_assign_pointer(*chain_info->pprev, tp); in tcf_chain_tp_insert()
1841 struct tcf_chain_info *chain_info, in tcf_chain_tp_remove()
1844 struct tcf_proto *next = tcf_chain_dereference(chain_info->next, chain); in tcf_chain_tp_remove()
1849 RCU_INIT_POINTER(*chain_info->pprev, next); in tcf_chain_tp_remove()
1853 struct tcf_chain_info *chain_info,
1818 tcf_chain_tp_prev(struct tcf_chain *chain, struct tcf_chain_info *chain_info) tcf_chain_tp_prev() argument
1824 tcf_chain_tp_insert(struct tcf_chain *chain, struct tcf_chain_info *chain_info, struct tcf_proto *tp) tcf_chain_tp_insert() argument
1840 tcf_chain_tp_remove(struct tcf_chain *chain, struct tcf_chain_info *chain_info, struct tcf_proto *tp) tcf_chain_tp_remove() argument
1867 struct tcf_chain_info chain_info; tcf_chain_tp_insert_unique() local
1900 struct tcf_chain_info chain_info; tcf_chain_tp_delete_empty() local
1937 tcf_chain_tp_find(struct tcf_chain *chain, struct tcf_chain_info *chain_info, u32 protocol, u32 prio, bool prio_allocate) tcf_chain_tp_find() argument
2137 struct tcf_chain_info chain_info; tc_new_tfilter() local
2370 struct tcf_chain_info chain_info; tc_del_tfilter() local
2527 struct tcf_chain_info chain_info; tc_get_tfilter() local
[all...]

Completed in 8 milliseconds