/net/ipv4/netfilter/ |
D | arp_tables.c | 194 const struct xt_table_info *private; in arpt_do_table() local 206 private = READ_ONCE(table->private); /* Address dependency. */ in arpt_do_table() 208 table_base = private->entries; in arpt_do_table() 209 jumpstack = (struct arpt_entry **)private->jumpstack[cpu]; in arpt_do_table() 214 e = get_entry(table_base, private->hook_entry[hook]); in arpt_do_table() 247 private->underflow[hook]); in arpt_do_table() 256 if (unlikely(stackidx >= private->stacksize)) { in arpt_do_table() 652 const struct xt_table_info *private = table->private; in alloc_counters() local 658 countersize = sizeof(struct xt_counters) * private->number; in alloc_counters() 664 get_counters(private, counters); in alloc_counters() [all …]
|
D | ip_tables.c | 193 const struct xt_table_info *private, in trace_packet() argument 201 root = get_entry(private->entries, private->hook_entry[hook]); in trace_packet() 206 xt_entry_foreach(iter, root, private->size - private->hook_entry[hook]) in trace_packet() 238 const struct xt_table_info *private; in ipt_do_table() local 261 private = READ_ONCE(table->private); /* Address dependency. */ in ipt_do_table() 263 table_base = private->entries; in ipt_do_table() 264 jumpstack = (struct ipt_entry **)private->jumpstack[cpu]; in ipt_do_table() 274 jumpstack += private->stacksize * __this_cpu_read(nf_skb_duplicated); in ipt_do_table() 276 e = get_entry(table_base, private->hook_entry[hook]); in ipt_do_table() 308 state->out, table->name, private, e); in ipt_do_table() [all …]
|
/net/ipv6/netfilter/ |
D | ip6_tables.c | 218 const struct xt_table_info *private, in trace_packet() argument 226 root = get_entry(private->entries, private->hook_entry[hook]); in trace_packet() 231 xt_entry_foreach(iter, root, private->size - private->hook_entry[hook]) in trace_packet() 262 const struct xt_table_info *private; in ip6t_do_table() local 284 private = READ_ONCE(table->private); /* Address dependency. */ in ip6t_do_table() 286 table_base = private->entries; in ip6t_do_table() 287 jumpstack = (struct ip6t_entry **)private->jumpstack[cpu]; in ip6t_do_table() 297 jumpstack += private->stacksize * __this_cpu_read(nf_skb_duplicated); in ip6t_do_table() 299 e = get_entry(table_base, private->hook_entry[hook]); in ip6t_do_table() 332 state->out, table->name, private, e); in ip6t_do_table() [all …]
|
/net/ceph/ |
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()
|
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() 670 struct ceph_x_info *xi = ac->private; in ceph_x_handle_reply() 906 struct ceph_x_info *xi = ac->private; in ceph_x_reset() [all …]
|
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()
|
D | mon_client.c | 710 struct ceph_mon_client *monc = con->private; in get_generic_reply() 1355 struct ceph_mon_client *monc = con->private; in mon_get_auth_request() 1375 struct ceph_mon_client *monc = con->private; in mon_handle_auth_reply_more() 1396 struct ceph_mon_client *monc = con->private; in mon_handle_auth_done() 1419 struct ceph_mon_client *monc = con->private; in mon_handle_auth_bad_method() 1438 struct ceph_mon_client *monc = con->private; in mon_dispatch() 1489 struct ceph_mon_client *monc = con->private; in mon_alloc_msg() 1547 struct ceph_mon_client *monc = con->private; in mon_fault()
|
/net/sunrpc/ |
D | rpc_pipe.c | 165 rpc_inode_setowner(struct inode *inode, void *private) in rpc_inode_setowner() argument 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() 442 struct rpc_clnt *clnt = (struct rpc_clnt *)m->private; in rpc_info_release() 491 void *private) in __rpc_create_common() argument 502 if (private) in __rpc_create_common() 503 rpc_inode_setowner(inode, private); in __rpc_create_common() 516 void *private) in __rpc_create() argument [all …]
|
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() 91 struct rpc_clnt *clnt = seq->private = inode->i_private; in tasks_open() 106 struct rpc_clnt *clnt = seq->private; in tasks_release() 176 struct rpc_xprt *xprt = f->private; in xprt_info_show()
|
D | cache.c | 1330 struct cache_detail *cd = m->private; in __cache_seq_start() 1358 struct cache_detail *cd = m->private; in cache_seq_next() 1409 struct cache_detail *cd = m->private; in c_show() 1454 seq->private = cd; in content_open() 1757 struct cache_detail *cd = RPC_I(file_inode(filp))->private; in cache_read_pipefs() 1765 struct cache_detail *cd = RPC_I(file_inode(filp))->private; in cache_write_pipefs() 1772 struct cache_detail *cd = RPC_I(file_inode(filp))->private; in cache_poll_pipefs() 1781 struct cache_detail *cd = RPC_I(inode)->private; in cache_ioctl_pipefs() 1788 struct cache_detail *cd = RPC_I(inode)->private; in cache_open_pipefs() 1795 struct cache_detail *cd = RPC_I(inode)->private; in cache_release_pipefs() [all …]
|
/net/bridge/netfilter/ |
D | ebtables.c | 205 const struct ebt_table_info *private; in ebt_do_table() local 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() 216 cs = private->chainstack[smp_processor_id()]; in ebt_do_table() 219 chaininfo = private->hook_entry[hook]; in ebt_do_table() 220 nentries = private->hook_entry[hook]->nentries; in ebt_do_table() 221 point = (struct ebt_entry *)(private->hook_entry[hook]->data); in ebt_do_table() 222 counter_base = cb_base + private->hook_entry[hook]->counter_offset; in ebt_do_table() 224 base = private->entries; in ebt_do_table() [all …]
|
/net/bluetooth/ |
D | hci_debugfs.c | 79 struct hci_dev *hdev = f->private; \ 92 struct hci_dev *hdev = f->private; in features_show() 109 struct hci_dev *hdev = f->private; in device_id_show() 123 struct hci_dev *hdev = f->private; in device_list_show() 143 struct hci_dev *hdev = f->private; in blacklist_show() 158 struct hci_dev *hdev = f->private; in blocked_keys_show() 173 struct hci_dev *hdev = f->private; in uuids_show() 198 struct hci_dev *hdev = f->private; in remote_oob_show() 357 struct hci_dev *hdev = f->private; in inquiry_cache_show() 383 struct hci_dev *hdev = f->private; in link_keys_show() [all …]
|
/net/netfilter/ |
D | x_tables.c | 1389 struct xt_table_info *private; in xt_replace_table() local 1401 private = table->private; in xt_replace_table() 1404 if (num_counters != private->number) { in xt_replace_table() 1406 num_counters, private->number); in xt_replace_table() 1412 newinfo->initial_entries = private->initial_entries; in xt_replace_table() 1418 table->private = newinfo; in xt_replace_table() 1442 audit_log_nfcfg(table->name, table->af, private->number, in xt_replace_table() 1443 !private->number ? AUDIT_XT_OP_REGISTER : in xt_replace_table() 1446 return private; in xt_replace_table() 1456 struct xt_table_info *private; in xt_register_table() local [all …]
|
/net/atm/ |
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/ |
D | proc.c | 212 struct net *net = m->private; in can_stats_proc_show() 274 struct net *net = m->private; in can_reset_stats_proc_show() 311 struct net *net = m->private; in can_rcvlist_proc_show() 365 struct net *net = m->private; in can_rcvlist_sff_proc_show() 398 struct net *net = m->private; in can_rcvlist_eff_proc_show()
|
/net/l2tp/ |
D | l2tp_debugfs.c | 75 if (WARN_ON(!m->private)) { in l2tp_dfs_seq_start() 79 pd = m->private; in l2tp_dfs_seq_start() 293 seq->private = pd; in l2tp_dfs_seq_open() 311 pd = seq->private; in l2tp_dfs_seq_release()
|
/net/ipv4/ |
D | proc.c | 53 struct net *net = seq->private; in sockstat_seq_show() 327 struct net *net = seq->private; in icmpmsg_put() 349 struct net *net = seq->private; in icmp_put() 378 struct net *net = seq->private; in snmp_seq_show_ipstats() 405 struct net *net = seq->private; in snmp_seq_show_tcp_udp() 471 struct net *net = seq->private; in netstat_seq_show()
|
D | tcp_ipv4.c | 2336 struct tcp_iter_state *st = seq->private; in listening_get_first() 2367 struct tcp_iter_state *st = seq->private; in listening_get_next() 2390 struct tcp_iter_state *st = seq->private; in listening_get_idx() 2415 struct tcp_iter_state *st = seq->private; in established_get_first() 2442 struct tcp_iter_state *st = seq->private; in established_get_next() 2461 struct tcp_iter_state *st = seq->private; in established_get_idx() 2477 struct tcp_iter_state *st = seq->private; in tcp_get_idx() 2492 struct tcp_iter_state *st = seq->private; in tcp_seek_last_pos() 2526 struct tcp_iter_state *st = seq->private; in tcp_seq_start() 2549 struct tcp_iter_state *st = seq->private; in tcp_seq_next() [all …]
|
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/ |
D | proc.c | 62 struct net *net = seq->private; in sctp_snmp_seq_show() 207 struct sctp_ht_iter *iter = seq->private; in sctp_transport_seq_start() 216 struct sctp_ht_iter *iter = seq->private; in sctp_transport_seq_stop() 229 struct sctp_ht_iter *iter = seq->private; in sctp_transport_seq_next()
|
/net/6lowpan/ |
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/ |
D | proc.c | 36 struct net *net = seq->private; in sockstat6_seq_show() 217 struct net *net = (struct net *)seq->private; in snmp6_seq_show() 233 struct inet6_dev *idev = (struct inet6_dev *)seq->private; in snmp6_dev_seq_show()
|
/net/wireless/ |
D | wext-core.c | 713 return handlers->private[index]; in get_handler() 924 wext_ioctl_func private) in wireless_process_ioctl() argument 959 else if (private) in wireless_process_ioctl() 960 return private(dev, iwr, cmd, info, handler); in wireless_process_ioctl() 982 wext_ioctl_func private) in wext_ioctl_dispatch() argument 991 ret = wireless_process_ioctl(net, iwr, cmd, info, standard, private); in wext_ioctl_dispatch()
|
/net/tls/ |
D | tls_proc.c | 27 struct net *net = seq->private; in tls_statistics_seq_show()
|
/net/core/ |
D | bpf_sk_storage.c | 797 selem = bpf_sk_storage_map_seq_find_next(seq->private, NULL); in bpf_sk_storage_map_seq_start() 809 struct bpf_iter_seq_sk_storage_map_info *info = seq->private; in bpf_sk_storage_map_seq_next() 813 return bpf_sk_storage_map_seq_find_next(seq->private, v); in bpf_sk_storage_map_seq_next() 830 struct bpf_iter_seq_sk_storage_map_info *info = seq->private; in DEFINE_BPF_ITER_FUNC()
|