Home
last modified time | relevance | path

Searched defs:table (Results 1 – 25 of 80) sorted by relevance

1234

/net/sched/
Dsch_gred.c62 static inline int gred_wred_mode(struct gred_sched *table) in gred_wred_mode()
67 static inline void gred_enable_wred_mode(struct gred_sched *table) in gred_enable_wred_mode()
72 static inline void gred_disable_wred_mode(struct gred_sched *table) in gred_disable_wred_mode()
77 static inline int gred_rio_mode(struct gred_sched *table) in gred_rio_mode()
82 static inline void gred_enable_rio_mode(struct gred_sched *table) in gred_enable_rio_mode()
87 static inline void gred_disable_rio_mode(struct gred_sched *table) in gred_disable_rio_mode()
94 struct gred_sched *table = qdisc_priv(sch); in gred_wred_mode_check() local
113 static inline unsigned int gred_backlog(struct gred_sched *table, in gred_backlog()
128 static inline void gred_load_wred_set(const struct gred_sched *table, in gred_load_wred_set()
135 static inline void gred_store_wred_set(struct gred_sched *table, in gred_store_wred_set()
[all …]
/net/core/
Dsysctl_net_core.c34 static int rps_sock_flow_sysctl(struct ctl_table *table, int write, in rps_sock_flow_sysctl()
101 static int flow_limit_cpu_sysctl(struct ctl_table *table, int write, in flow_limit_cpu_sysctl()
180 static int flow_limit_table_len_sysctl(struct ctl_table *table, int write, in flow_limit_table_len_sysctl()
203 static int set_default_qdisc(struct ctl_table *table, int write, in set_default_qdisc()
222 static int proc_do_rss_key(struct ctl_table *table, int write, in proc_do_rss_key()
/net/unix/
Dsysctl_net_unix.c31 struct ctl_table *table; in unix_sysctl_register() local
56 struct ctl_table *table; in unix_sysctl_unregister() local
/net/
Dsysctl_net.c42 struct ctl_table *table) in net_ctl_permissions()
56 struct ctl_table *table, in net_ctl_set_ownership()
119 const char *path, struct ctl_table *table) in register_net_sysctl()
/net/xfrm/
Dxfrm_sysctl.c45 struct ctl_table *table; in xfrm_sysctl_init() local
74 struct ctl_table *table; in xfrm_sysctl_fini() local
/net/ipv4/
Dsysctl_net_ipv4.c61 static int ipv4_local_port_range(struct ctl_table *table, int write, in ipv4_local_port_range()
92 static void inet_get_ping_group_range_table(struct ctl_table *table, kgid_t *low, kgid_t *high) in inet_get_ping_group_range_table()
107 static void set_ping_group_range(struct ctl_table *table, kgid_t low, kgid_t high) in set_ping_group_range()
119 static int ipv4_ping_group_range(struct ctl_table *table, int write, in ipv4_ping_group_range()
1001 struct ctl_table *table; in ipv4_sysctl_init_net() local
1037 struct ctl_table *table; in ipv4_sysctl_exit_net() local
/net/netfilter/
Dnf_conntrack_timestamp.c45 struct ctl_table *table; in nf_conntrack_tstamp_init_sysctl() local
74 struct ctl_table *table; in nf_conntrack_tstamp_fini_sysctl() local
Dnf_tables_api.c99 struct nft_table *table, in nft_ctx_init()
135 const struct nft_table *table, in nf_tables_register_hooks()
148 const struct nft_table *table, in nf_tables_unregister_hooks()
315 struct nft_table *table; in nft_table_lookup() local
329 struct nft_table *table; in nf_tables_table_lookup() local
341 static inline u64 nf_tables_alloc_handle(struct nft_table *table) in nf_tables_alloc_handle()
393 int family, const struct nft_table *table) in nf_tables_fill_table_info()
457 const struct nft_table *table; in nf_tables_dump_tables() local
503 const struct nft_table *table; in nf_tables_gettable() local
542 struct nft_table *table) in nf_tables_table_enable()
[all …]
Dnf_conntrack_acct.c67 struct ctl_table *table; in nf_conntrack_acct_init_sysctl() local
96 struct ctl_table *table; in nf_conntrack_acct_fini_sysctl() local
Dnf_log.c417 static int nf_log_proc_dostring(struct ctl_table *table, int write, in nf_log_proc_dostring()
463 struct ctl_table *table; in netfilter_log_sysctl_init() local
507 struct ctl_table *table; in netfilter_log_sysctl_exit() local
Dnf_conntrack_ecache.c359 struct ctl_table *table; in nf_conntrack_event_init_sysctl() local
388 struct ctl_table *table; in nf_conntrack_event_fini_sysctl() local
Dnf_conntrack_proto.c42 struct ctl_table *table) in nf_ct_register_sysctl()
55 struct ctl_table **table, in nf_ct_unregister_sysctl()
Dnf_conntrack_standalone.c456 nf_conntrack_hash_sysctl(struct ctl_table *table, int write, in nf_conntrack_hash_sysctl()
536 struct ctl_table *table; in nf_conntrack_standalone_init_sysctl() local
568 struct ctl_table *table; in nf_conntrack_standalone_fini_sysctl() local
/net/openvswitch/
Dflow_table.c107 int ovs_flow_tbl_count(const struct flow_table *table) in ovs_flow_tbl_count()
202 int ovs_flow_tbl_init(struct flow_table *table) in ovs_flow_tbl_init()
276 void ovs_flow_tbl_destroy(struct flow_table *table) in ovs_flow_tbl_destroy()
567 int ovs_flow_tbl_num_masks(const struct flow_table *table) in ovs_flow_tbl_num_masks()
603 void ovs_flow_tbl_remove(struct flow_table *table, struct sw_flow *flow) in ovs_flow_tbl_remove()
683 static void flow_key_insert(struct flow_table *table, struct sw_flow *flow) in flow_key_insert()
707 static void flow_ufid_insert(struct flow_table *table, struct sw_flow *flow) in flow_ufid_insert()
729 int ovs_flow_tbl_insert(struct flow_table *table, struct sw_flow *flow, in ovs_flow_tbl_insert()
/net/sunrpc/
Dsysctl.c61 static int proc_do_xprt(struct ctl_table *table, int write, in proc_do_xprt()
76 proc_dodebug(struct ctl_table *table, int write, in proc_dodebug()
/net/ax25/
Dsysctl_net_ax25.c155 struct ctl_table *table; in ax25_register_dev_sysctl() local
176 struct ctl_table *table; in ax25_unregister_dev_sysctl() local
/net/irda/
Dirsysctl.c76 static int do_devname(struct ctl_table *table, int write, in do_devname()
93 static int do_discovery(struct ctl_table *table, int write, in do_discovery()
/net/decnet/
Ddn_table.c185 static struct dn_zone *dn_new_zone(struct dn_hash *table, int z) in dn_new_zone()
464 struct dn_hash *table = (struct dn_hash *)tb->data; in dn_fib_table_dump() local
529 struct dn_hash *table = (struct dn_hash *)tb->data; in dn_fib_table_insert() local
666 struct dn_hash *table = (struct dn_hash*)tb->data; in dn_fib_table_delete() local
745 static inline int dn_flush_list(struct dn_fib_node **fp, int z, struct dn_hash *table) in dn_flush_list()
770 struct dn_hash *table = (struct dn_hash *)tb->data; in dn_fib_table_flush() local
Dsysctl_net_decnet.c135 static int dn_node_address_handler(struct ctl_table *table, int write, in dn_node_address_handler()
186 static int dn_def_dev_handler(struct ctl_table *table, int write, in dn_def_dev_handler()
/net/ipv6/
Droute.c853 struct fib6_table *table, in ip6_pol_route_lookup()
925 struct fib6_table *table; in __ip6_ins_rt() local
1015 struct fib6_table *table = rt->rt6i_table; in rt6_make_pcpu_route() local
1051 struct rt6_info *ip6_pol_route(struct net *net, struct fib6_table *table, in ip6_pol_route()
1151 static struct rt6_info *ip6_pol_route_input(struct net *net, struct fib6_table *table, in ip6_pol_route_input()
1190 static struct rt6_info *ip6_pol_route_output(struct net *net, struct fib6_table *table, in ip6_pol_route_output()
1470 struct fib6_table *table, in __ip6_route_redirect()
1815 struct fib6_table *table; in ip6_nh_lookup_table() local
1843 struct fib6_table *table; in ip6_route_info_create() local
2133 struct fib6_table *table; in __ip6_del_rt() local
[all …]
/net/sctp/
Dsysctl.c469 struct ctl_table *table; in sctp_sysctl_net_register() local
489 struct ctl_table *table; in sctp_sysctl_net_unregister() local
/net/ipv4/netfilter/
Darp_tables.c183 struct xt_table *table) in arpt_do_table()
651 static struct xt_counters *alloc_counters(const struct xt_table *table) in alloc_counters()
673 const struct xt_table *table, in copy_entries_to_user()
1363 struct xt_table *table, in compat_copy_entries_to_user()
1525 static void __arpt_unregister_table(struct xt_table *table) in __arpt_unregister_table()
1544 const struct xt_table *table, in arpt_register_table()
1588 void arpt_unregister_table(struct net *net, struct xt_table *table, in arpt_unregister_table()
/net/ncsi/
Dncsi-manage.c30 static inline int ncsi_filter_size(int table) in ncsi_filter_size()
41 int ncsi_find_filter(struct ncsi_channel *nc, int table, void *data) in ncsi_find_filter()
71 int ncsi_add_filter(struct ncsi_channel *nc, int table, void *data) in ncsi_add_filter()
106 int ncsi_remove_filter(struct ncsi_channel *nc, int table, int index) in ncsi_remove_filter()
/net/phonet/
Dsysctl.c64 static int proc_local_port_range(struct ctl_table *table, int write, in proc_local_port_range()
/net/netfilter/ipvs/
Dip_vs_proto.c190 ip_vs_create_timeout_table(int *table, int size) in ip_vs_create_timeout_table()
200 ip_vs_set_state_timeout(int *table, int num, const char *const *names, in ip_vs_set_state_timeout()

1234