Home
last modified time | relevance | path

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

/linux-6.1.9/include/net/
Dpkt_cls.h54 struct tcf_proto __rcu **p_filter_chain, struct Qdisc *q,
110 struct tcf_proto __rcu **p_filter_chain, struct Qdisc *q, in tcf_block_get() argument
/linux-6.1.9/net/sched/
Dcls_api.c1372 struct tcf_proto __rcu **p_filter_chain = priv; in tcf_chain_head_change_dflt() local
1374 rcu_assign_pointer(*p_filter_chain, tp_head); in tcf_chain_head_change_dflt()
1378 struct tcf_proto __rcu **p_filter_chain, struct Qdisc *q, in tcf_block_get() argument
1383 .chain_head_change_priv = p_filter_chain, in tcf_block_get()
1386 WARN_ON(!p_filter_chain); in tcf_block_get()