| /net/ipv6/netfilter/ |
| A D | ip6_tables.c | 224 root = get_entry(private->entries, private->hook_entry[hook]); in trace_packet() 282 private = READ_ONCE(table->private); /* Address dependency. */ in ip6t_do_table() 809 const struct xt_table_info *private = table->private; in alloc_counters() local 833 const struct xt_table_info *private = table->private; in copy_entries_to_user() local 982 const struct xt_table_info *private = t->private; in get_info() local 1037 struct xt_table_info *private = t->private; in get_entries() local 1194 private = t->private; in do_add_counters() 1202 xt_entry_foreach(iter, private->entries, private->size) { in do_add_counters() 1563 const struct xt_table_info *private = table->private; in compat_copy_entries_to_user() local 1609 const struct xt_table_info *private = t->private; in compat_get_entries() local [all …]
|
| /net/ipv4/netfilter/ |
| A D | ip_tables.c | 199 root = get_entry(private->entries, private->hook_entry[hook]); in trace_packet() 260 private = READ_ONCE(table->private); /* Address dependency. */ in ipt_do_table() 793 const struct xt_table_info *private = table->private; in alloc_counters() local 817 const struct xt_table_info *private = table->private; in copy_entries_to_user() local 966 const struct xt_table_info *private = t->private; in get_info() local 1020 const struct xt_table_info *private = t->private; in get_entries() local 1178 private = t->private; in do_add_counters() 1186 xt_entry_foreach(iter, private->entries, private->size) { in do_add_counters() 1554 const struct xt_table_info *private = table->private; in compat_copy_entries_to_user() local 1600 const struct xt_table_info *private = t->private; in compat_get_entries() local [all …]
|
| A D | arp_tables.c | 207 private = READ_ONCE(table->private); /* Address dependency. */ in arpt_do_table() 653 const struct xt_table_info *private = table->private; in alloc_counters() local 677 struct xt_table_info *private = table->private; in copy_entries_to_user() local 811 const struct xt_table_info *private = t->private; in get_info() local 818 private = &tmp; in get_info() 864 const struct xt_table_info *private = t->private; in get_entries() local 1025 private = t->private; in do_add_counters() 1034 xt_entry_foreach(iter, private->entries, private->size) { in do_add_counters() 1344 const struct xt_table_info *private = table->private; in compat_copy_entries_to_user() local 1393 const struct xt_table_info *private = t->private; in compat_get_entries() local [all …]
|
| /net/ceph/ |
| A D | auth_none.c | 17 struct ceph_auth_none_info *xi = ac->private; in reset() 24 kfree(ac->private); in destroy() 25 ac->private = NULL; in destroy() 30 struct ceph_auth_none_info *xi = ac->private; in is_authenticated() 37 struct ceph_auth_none_info *xi = ac->private; in should_authenticate() 77 struct ceph_auth_none_info *xi = ac->private; in handle_reply() 143 ac->private = xi; in ceph_auth_none_init()
|
| A D | auth_x.c | 24 struct ceph_x_info *xi = ac->private; in ceph_x_is_authenticated() 38 struct ceph_x_info *xi = ac->private; in ceph_x_should_authenticate() 123 struct ceph_x_info *xi = ac->private; in get_ticket_handler() 150 struct ceph_x_info *xi = ac->private; in remove_ticket_handler() 164 struct ceph_x_info *xi = ac->private; in process_one_ticket() 461 struct ceph_x_info *xi = ac->private; in ceph_x_validate_tickets() 491 struct ceph_x_info *xi = ac->private; in ceph_x_build_request() 605 struct ceph_x_info *xi = ac->private; in handle_auth_session_key() 929 kfree(ac->private); in ceph_x_destroy() 930 ac->private = NULL; in ceph_x_destroy() [all …]
|
| A D | debugfs.c | 37 struct ceph_client *client = s->private; in monmap_show() 57 struct ceph_client *client = s->private; in osdmap_show() 140 struct ceph_client *client = s->private; in monc_show() 344 struct ceph_client *client = s->private; in osdc_show() 380 struct ceph_client *client = s->private; in client_options_show()
|
| A D | mon_client.c | 710 struct ceph_mon_client *monc = con->private; in get_generic_reply() 1364 struct ceph_mon_client *monc = con->private; in mon_get_auth_request() 1384 struct ceph_mon_client *monc = con->private; in mon_handle_auth_reply_more() 1405 struct ceph_mon_client *monc = con->private; in mon_handle_auth_done() 1428 struct ceph_mon_client *monc = con->private; in mon_handle_auth_bad_method() 1447 struct ceph_mon_client *monc = con->private; in mon_dispatch() 1498 struct ceph_mon_client *monc = con->private; in mon_alloc_msg() 1556 struct ceph_mon_client *monc = con->private; in mon_fault()
|
| /net/bridge/netfilter/ |
| A D | ebtables.c | 212 private = table->private; in ebt_do_table() 213 cb_base = COUNTER_BASE(private->counters, private->nentries, in ebt_do_table() 215 if (private->chainstack) in ebt_do_table() 224 base = private->entries; in ebt_do_table() 1054 table = t->private; in do_replace_finish() 1065 t->private->nentries); in do_replace_finish() 1067 t->private = newinfo; in do_replace_finish() 1170 EBT_ENTRY_ITERATE(table->private->entries, table->private->entries_size, in __ebt_unregister_table() 1172 if (table->private->nentries) in __ebt_unregister_table() 1176 vfree(table->private); in __ebt_unregister_table() [all …]
|
| /net/netfilter/ |
| A D | x_tables.c | 1391 struct xt_table_info *private; in xt_replace_table() local 1403 private = table->private; in xt_replace_table() 1420 table->private = newinfo; in xt_replace_table() 1448 return private; in xt_replace_table() 1458 struct xt_table_info *private; in xt_register_table() local 1479 table->private = bootstrap; in xt_register_table() 1484 private = table->private; in xt_register_table() 1488 private->initial_entries = private->number; in xt_register_table() 1504 struct xt_table_info *private; in xt_unregister_table() local 1507 private = table->private; in xt_unregister_table() [all …]
|
| /net/bluetooth/ |
| A D | hci_debugfs.c | 93 struct hci_dev *hdev = f->private; in features_show() 110 struct hci_dev *hdev = f->private; in device_id_show() 124 struct hci_dev *hdev = f->private; in device_list_show() 144 struct hci_dev *hdev = f->private; in blacklist_show() 159 struct hci_dev *hdev = f->private; in blocked_keys_show() 174 struct hci_dev *hdev = f->private; in uuids_show() 199 struct hci_dev *hdev = f->private; in remote_oob_show() 362 struct hci_dev *hdev = f->private; in inquiry_cache_show() 388 struct hci_dev *hdev = f->private; in link_keys_show() 404 struct hci_dev *hdev = f->private; in dev_class_show() [all …]
|
| /net/sunrpc/ |
| A D | debugfs.c | 45 struct rpc_clnt *clnt = f->private; in tasks_start() 59 struct rpc_clnt *clnt = f->private; in tasks_next() 75 struct rpc_clnt *clnt = f->private; in tasks_stop() 94 struct rpc_clnt *clnt = seq->private = inode->i_private; in tasks_open() 109 struct rpc_clnt *clnt = seq->private; in tasks_release() 179 struct rpc_xprt *xprt = f->private; in xprt_info_show()
|
| A D | rpc_pipe.c | 167 RPC_I(inode)->private = private; in rpc_inode_setowner() 400 struct rpc_clnt *clnt = m->private; in rpc_show_info() 425 clnt = RPC_I(inode)->private; in rpc_info_open() 428 m->private = clnt; in rpc_info_open() 528 void *private) in rpc_new_file() argument 546 rpc_inode_setowner(inode, private); in rpc_new_file() 583 void *private) in rpc_populate() argument 597 private); in rpc_populate() 668 rpci->private = private; in rpc_mkpipe_dentry() 670 rpc_inode_setowner(inode, private); in rpc_mkpipe_dentry() [all …]
|
| A D | cache.c | 1354 struct cache_detail *cd = m->private; in __cache_seq_start() 1382 struct cache_detail *cd = m->private; in cache_seq_next() 1433 struct cache_detail *cd = m->private; in c_show() 1474 seq->private = cd; in content_open() 1795 struct cache_detail *cd = RPC_I(inode)->private; in cache_ioctl_pipefs() 1802 struct cache_detail *cd = RPC_I(inode)->private; in cache_open_pipefs() 1809 struct cache_detail *cd = RPC_I(inode)->private; in cache_release_pipefs() 1826 struct cache_detail *cd = RPC_I(inode)->private; in content_open_pipefs() 1833 struct cache_detail *cd = RPC_I(inode)->private; in content_release_pipefs() 1847 struct cache_detail *cd = RPC_I(inode)->private; in open_flush_pipefs() [all …]
|
| /net/atm/ |
| A D | proc.c | 110 struct vcc_state *state = seq->private; in vcc_walk() 120 struct vcc_state *state = seq->private; in vcc_seq_start() 255 struct vcc_state *state = seq->private; in pvc_seq_show() 277 struct vcc_state *state = seq->private; in vcc_seq_show() 300 struct vcc_state *state = seq->private; in svc_seq_show()
|
| /net/can/ |
| A D | proc.c | 217 struct net *net = m->private; in can_stats_proc_show() 282 struct net *net = m->private; in can_reset_stats_proc_show() 319 struct net *net = m->private; in can_rcvlist_proc_show() 373 struct net *net = m->private; in can_rcvlist_sff_proc_show() 406 struct net *net = m->private; in can_rcvlist_eff_proc_show()
|
| /net/l2tp/ |
| A D | l2tp_debugfs.c | 78 if (WARN_ON(!m->private)) { in l2tp_dfs_seq_start() 82 pd = m->private; in l2tp_dfs_seq_start() 290 seq->private = pd; in l2tp_dfs_seq_open() 308 pd = seq->private; in l2tp_dfs_seq_release()
|
| /net/ipv4/ |
| A D | proc.c | 54 struct net *net = seq->private; in sockstat_seq_show() 339 struct net *net = seq->private; in icmpmsg_put() 361 struct net *net = seq->private; in icmp_put() 392 struct net *net = seq->private; in snmp_seq_show_ipstats() 419 struct net *net = seq->private; in snmp_seq_show_tcp_udp() 485 struct net *net = seq->private; in netstat_seq_show()
|
| A D | tcp_ipv4.c | 2620 struct tcp_iter_state *st = seq->private; 2650 struct tcp_iter_state *st = seq->private; 2674 struct tcp_iter_state *st = seq->private; 2701 struct tcp_iter_state *st = seq->private; 2729 struct tcp_iter_state *st = seq->private; 2750 struct tcp_iter_state *st = seq->private; 2766 struct tcp_iter_state *st = seq->private; 2782 struct tcp_iter_state *st = seq->private; 2815 struct tcp_iter_state *st = seq->private; 2838 struct tcp_iter_state *st = seq->private; [all …]
|
| A D | ipmr_base.c | 130 struct mr_vif_iter *iter = seq->private; in mr_vif_seq_next() 175 struct mr_mfc_iter *it = seq->private; in mr_mfc_seq_next() 183 return mr_mfc_seq_idx(net, seq->private, 0); in mr_mfc_seq_next()
|
| /net/sctp/ |
| A D | proc.c | 62 struct net *net = seq->private; in sctp_snmp_seq_show() 205 struct sctp_ht_iter *iter = seq->private; in sctp_transport_seq_start() 214 struct sctp_ht_iter *iter = seq->private; in sctp_transport_seq_stop() 227 struct sctp_ht_iter *iter = seq->private; in sctp_transport_seq_next()
|
| /net/6lowpan/ |
| A D | debugfs.c | 99 struct lowpan_iphc_ctx *ctx = file->private; in lowpan_ctx_pfx_show() 129 struct lowpan_iphc_ctx *ctx = file->private; in lowpan_ctx_pfx_write() 195 struct lowpan_iphc_ctx_table *t = file->private; in lowpan_context_show()
|
| /net/ipv6/ |
| A D | proc.c | 36 struct net *net = seq->private; in sockstat6_seq_show() 219 struct net *net = (struct net *)seq->private; in snmp6_seq_show() 235 struct inet6_dev *idev = (struct inet6_dev *)seq->private; in snmp6_dev_seq_show()
|
| /net/wireless/ |
| A D | wext-core.c | 730 return handlers->private[index]; in get_handler() 947 wext_ioctl_func private) in wireless_process_ioctl() argument 982 else if (private) in wireless_process_ioctl() 983 return private(dev, iwr, cmd, info, handler); in wireless_process_ioctl() 1005 wext_ioctl_func private) in wext_ioctl_dispatch() argument 1014 ret = wireless_process_ioctl(net, iwr, cmd, info, standard, private); in wext_ioctl_dispatch()
|
| /net/smc/ |
| A D | smc_rx.c | 117 struct smc_spd_priv *priv = (struct smc_spd_priv *)buf->private; in smc_rx_pipe_buf_release() 186 partial[0].private = (unsigned long)priv[0]; in smc_rx_splice() 199 partial[i].private = (unsigned long)priv[i]; in smc_rx_splice()
|
| /net/core/ |
| A D | bpf_sk_storage.c | 760 selem = bpf_sk_storage_map_seq_find_next(seq->private, NULL); in bpf_sk_storage_map_seq_start() 772 struct bpf_iter_seq_sk_storage_map_info *info = seq->private; in bpf_sk_storage_map_seq_next() 776 return bpf_sk_storage_map_seq_find_next(seq->private, v); in bpf_sk_storage_map_seq_next() 793 struct bpf_iter_seq_sk_storage_map_info *info = seq->private; in DEFINE_BPF_ITER_FUNC()
|