Home
last modified time | relevance | path

Searched +defs:get +defs:table (Results 1 – 7 of 7) sorted by relevance

/linux/net/ipv4/netfilter/
H A Darp_tables.c198 const struct xt_table *table = priv; in arpt_do_table() local
661 static struct xt_counters *alloc_counters(const struct xt_table *table) in alloc_counters()
683 const struct xt_table *table, in copy_entries_to_user()
862 struct arpt_get_entries get; in get_entries() local
1352 struct xt_table *table, in compat_copy_entries_to_user()
1390 struct compat_arpt_get_entries get; in compat_get_entries() local
1502 static void __arpt_unregister_table(struct net *net, struct xt_table *table) in __arpt_unregister_table()
1520 const struct xt_table *table, in arpt_register_table()
1558 struct xt_table *table = xt_unregister_table_exit(net, NFPROTO_ARP, name); in arpt_unregister_table() local
H A Dip_tables.c227 const struct xt_table *table = priv; in ipt_do_table() local
789 static struct xt_counters *alloc_counters(const struct xt_table *table) in alloc_counters()
811 const struct xt_table *table, in copy_entries_to_user()
1007 struct ipt_get_entries get; in get_entries() local
1550 compat_copy_entries_to_user(unsigned int total_size, struct xt_table *table, in compat_copy_entries_to_user()
1583 struct compat_ipt_get_entries get; in compat_get_entries() local
1705 static void __ipt_unregister_table(struct net *net, struct xt_table *table) in __ipt_unregister_table()
1722 int ipt_register_table(struct net *net, const struct xt_table *table, in ipt_register_table()
1760 struct xt_table *table = xt_unregister_table_exit(net, NFPROTO_IPV4, name); in ipt_unregister_table_exit() local
/linux/net/ipv6/netfilter/
H A Dip6_tables.c251 const struct xt_table *table = priv; in ip6t_do_table() local
805 static struct xt_counters *alloc_counters(const struct xt_table *table) in alloc_counters()
827 const struct xt_table *table, in copy_entries_to_user()
1023 struct ip6t_get_entries get; in get_entries() local
1559 compat_copy_entries_to_user(unsigned int total_size, struct xt_table *table, in compat_copy_entries_to_user()
1592 struct compat_ip6t_get_entries get; in compat_get_entries() local
1714 static void __ip6t_unregister_table(struct net *net, struct xt_table *table) in __ip6t_unregister_table()
1731 int ip6t_register_table(struct net *net, const struct xt_table *table, in ip6t_register_table()
1769 struct xt_table *table = xt_unregister_table_exit(net, NFPROTO_IPV6, name); in ip6t_unregister_table_exit() local
/linux/net/netfilter/ipvs/
H A Dip_vs_ctl.c2270 proc_do_defense_mode(const struct ctl_table *table, int write, in proc_do_defense_mode()
2297 proc_do_sync_threshold(const struct ctl_table *table, int write, in proc_do_sync_threshold()
2325 proc_do_sync_ports(const struct ctl_table *table, int write, in proc_do_sync_ports()
2348 static int ipvs_proc_est_cpumask_set(const struct ctl_table *table, in ipvs_proc_est_cpumask_set()
2387 static int ipvs_proc_est_cpumask_get(const struct ctl_table *table, in ipvs_proc_est_cpumask_get()
2411 static int ipvs_proc_est_cpulist(const struct ctl_table *table, int write, in ipvs_proc_est_cpulist()
2438 static int ipvs_proc_est_nice(const struct ctl_table *table, int write, in ipvs_proc_est_nice()
2468 static int ipvs_proc_run_estimation(const struct ctl_table *table, int write, in ipvs_proc_run_estimation()
2494 static int ipvs_proc_conn_lfactor(const struct ctl_table *table, int write, in ipvs_proc_conn_lfactor()
2521 static int ipvs_proc_svc_lfactor(const struct ctl_table *table, int write, in ipvs_proc_svc_lfactor()
[all …]
/linux/rust/kernel/
H A Di2c.rs207 let table = Self::i2c_id_table()?; i2c_id_info() localVariable
401 pub fn get(index: i32) -> Result<ARef<Self>> { get() method
[all...]
/linux/include/net/netfilter/
H A Dnf_tables.h208 struct nft_table *table; member
484 struct nft_elem_priv * (*get)(const struct net *net, member
578 struct nft_table *table; member
1136 struct nft_table *table; member
1322 static inline bool nft_table_has_owner(const struct nft_table *table) in nft_table_has_owner()
1327 static inline bool nft_table_is_orphan(const struct nft_table *table) in nft_table_is_orphan()
1356 const struct nft_table *table; member
1478 struct nft_table *table; member
1662 struct nft_table *table; member
/linux/drivers/iommu/amd/
H A Damd_iommu_types.h436 u32 *table; member
1063 void *(*get)(struct irq_remap_table *, int); member