Home
last modified time | relevance | path

Searched defs:chain (Results 1 – 20 of 20) sorted by relevance

/net/sched/
A Dcls_api.c54 const struct tcf_chain *chain; member
501 struct tcf_chain *chain; in tcf_chain_create() local
597 struct tcf_chain *chain; in tcf_chain_lookup() local
612 struct tcf_chain *chain; in tcf_chain_lookup_rcu() local
630 struct tcf_chain *chain = NULL; in __tcf_chain_get() local
1163 struct tcf_chain *chain; in tcf_block_flush_all_chains() local
2245 struct tcf_chain *chain; in tc_new_tfilter() local
2478 struct tcf_chain *chain = NULL; in tc_del_tfilter() local
2637 struct tcf_chain *chain = NULL; in tc_get_tfilter() local
3114 struct tcf_chain *chain; in tc_ctl_chain() local
[all …]
A Dcls_flower.c113 struct tcf_chain *chain; member
2767 static int fl_hw_create_tmplt(struct tcf_chain *chain, in fl_hw_create_tmplt()
2793 static void fl_hw_destroy_tmplt(struct tcf_chain *chain, in fl_hw_destroy_tmplt()
2806 static void *fl_tmplt_create(struct net *net, struct tcf_chain *chain, in fl_tmplt_create()
2861 static void fl_tmplt_reoffload(struct tcf_chain *chain, bool add, in fl_tmplt_reoffload()
A Dact_api.c47 const struct tcf_chain *chain = rcu_dereference_bh(a->goto_chain); in tcf_action_goto_chain_exec() local
122 struct tcf_chain *chain = rcu_dereference_protected(p->goto_chain, 1); in free_tcf() local
A Dsch_api.c2106 struct tcf_chain *chain; in tc_bind_class_walker() local
/net/netfilter/
A Dnft_immediate.c74 struct nft_chain *chain = priv->data.verdict.chain; in nft_immediate_init() local
101 struct nft_chain *chain; in nft_immediate_activate() local
129 struct nft_chain *chain, in nft_immediate_chain_deactivate()
148 struct nft_chain *chain; in nft_immediate_deactivate() local
193 struct nft_chain *chain; in nft_immediate_destroy() local
A Dnf_tables_offload.c268 static int nft_flow_offload_cmd(const struct nft_chain *chain, in nft_flow_offload_cmd()
288 static int nft_flow_offload_rule(const struct nft_chain *chain, in nft_flow_offload_rule()
298 int nft_flow_rule_stats(const struct nft_chain *chain, in nft_flow_rule_stats()
331 struct nft_chain *chain; in nft_flow_offload_unbind() local
387 static int nft_block_offload_cmd(struct nft_base_chain *chain, in nft_block_offload_cmd()
497 static int nft_flow_offload_chain(struct nft_chain *chain, u8 *ppolicy, in nft_flow_offload_chain()
634 struct nft_chain *chain; in __nft_offload_get_chain() local
670 struct nft_chain *chain; in nft_offload_netdev_event() local
A Dnf_tables_api.c137 struct nft_chain *chain, in nft_ctx_init()
1344 struct nft_chain *chain; in nft_table_disable() local
1362 struct nft_chain *chain; in nf_tables_table_enable() local
1845 struct nft_chain *chain; in nft_chain_lookup_byhandle() local
1873 struct nft_chain *chain; in nft_chain_lookup() local
2605 struct nft_chain *chain; in nft_basechain_init() local
2661 struct nft_chain *chain; in nf_tables_addchain() local
3173 struct nft_chain *chain; in nf_tables_delchain() local
3756 char *chain; member
4110 struct nft_chain *chain; in nft_table_validate() local
[all …]
A Dnf_tables_trace.c241 const struct nft_chain *chain; in nft_trace_notify() local
362 const struct nft_chain *chain) in nft_trace_init()
A Dnf_tables_core.c178 static noinline void nft_update_chain_stats(const struct nft_chain *chain, in nft_update_chain_stats()
252 const struct nft_chain *chain = priv, *basechain = chain; in nft_do_chain() local
A Dnfnetlink_hook.c132 struct nft_chain *chain) in nfnl_hook_put_nft_chain_info()
A Dnft_chain_filter.c377 struct nft_chain *chain; in __nf_tables_netdev_event() local
A Dnft_compat.c35 const struct nft_chain *chain = ctx->chain; in nft_compat_chain_validate_dependency() local
/net/batman-adv/
A Dfragmentation.c62 struct batadv_frag_table_entry *chain; in batadv_frag_purge_orig() local
106 static bool batadv_frag_init_chain(struct batadv_frag_table_entry *chain, in batadv_frag_init_chain()
140 struct batadv_frag_table_entry *chain; in batadv_frag_insert_packet() local
247 batadv_frag_merge_packets(struct hlist_head *chain) in batadv_frag_merge_packets()
/net/netfilter/ipvs/
A Dip_vs_est.c79 static void ip_vs_chain_estimation(struct hlist_head *chain) in ip_vs_chain_estimation()
639 struct hlist_head chain; in ip_vs_est_calc_limits() local
/net/xfrm/
A Dxfrm_policy.c1243 struct hlist_head *chain; in xfrm_policy_inexact_insert() local
1288 struct hlist_head *chain; in xfrm_hash_rebuild() local
1541 static struct xfrm_policy *xfrm_policy_insert_list(struct hlist_head *chain, in xfrm_policy_insert_list()
1582 struct hlist_head *chain; in xfrm_policy_insert() local
1629 __xfrm_policy_bysel_ctx(struct hlist_head *chain, const struct xfrm_mark *mark, in __xfrm_policy_bysel_ctx()
1657 struct hlist_head *chain; in xfrm_policy_bysel_ctx() local
1725 struct hlist_head *chain; in xfrm_policy_byid() local
2094 __xfrm_policy_eval_candidates(struct hlist_head *chain, in __xfrm_policy_eval_candidates()
2165 struct hlist_head *chain; in xfrm_policy_lookup_bytype() local
/net/switchdev/
A Dswitchdev.c521 struct raw_notifier_head *chain = &switchdev_blocking_notif_chain; in register_switchdev_blocking_notifier() local
534 struct raw_notifier_head *chain = &switchdev_blocking_notif_chain; in unregister_switchdev_blocking_notifier() local
/net/ipv4/
A Dtcp_metrics.c89 struct tcp_metrics_block __rcu *chain; member
/net/core/
A Dneighbour.c3124 int chain; in neigh_for_each() local
3147 int chain; in __neigh_for_each_release() local
/net/bridge/netfilter/
A Debtables.c800 static int check_chainloops(const struct ebt_entries *chain, struct ebt_cl_stack *cl_s, in check_chainloops()
/net/mac80211/
A Drx.c320 int mpdulen, chain; in ieee80211_add_rx_radiotap_header() local

Completed in 112 milliseconds