Searched refs:private (Results 1 - 25 of 85) sorted by relevance

1234

/net/ceph/
H A Dauth_none.c16 struct ceph_auth_none_info *xi = ac->private;
24 kfree(ac->private);
25 ac->private = NULL;
30 struct ceph_auth_none_info *xi = ac->private;
37 struct ceph_auth_none_info *xi = ac->private;
54 struct ceph_auth_none_info *xi = ac->private;
69 struct ceph_auth_none_info *ai = ac->private;
133 ac->private = xi;
H A Dauth_x.c20 struct ceph_x_info *xi = ac->private;
31 struct ceph_x_info *xi = ac->private;
99 struct ceph_x_info *xi = ac->private;
126 struct ceph_x_info *xi = ac->private;
140 struct ceph_x_info *xi = ac->private;
373 struct ceph_x_info *xi = ac->private;
405 struct ceph_x_info *xi = ac->private;
484 struct ceph_x_info *xi = ac->private;
628 struct ceph_x_info *xi = ac->private;
637 struct ceph_x_info *xi = ac->private;
[all...]
H A Ddebugfs.c35 struct ceph_client *client = s->private;
55 struct ceph_client *client = s->private;
110 struct ceph_client *client = s->private;
144 struct ceph_client *client = s->private;
H A Dceph_common.c330 int (*parse_extra_token)(char *c, void *private),
331 void *private)
374 err = parse_extra_token((char *)c, private);
488 struct ceph_client *ceph_create_client(struct ceph_options *opt, void *private, argument
500 client->private = private;
328 ceph_parse_options(char *options, const char *dev_name, const char *dev_name_end, int (*parse_extra_token)(char *c, void *private), void *private) argument
/net/ipv4/
H A Dtcp_memcontrol.c114 switch (of_cft(of)->private) {
156 switch (cft->private) {
165 val = tcp_read_stat(memcg, cft->private, 0);
184 switch (of_cft(of)->private) {
201 .private = RES_LIMIT,
206 .private = RES_USAGE,
210 .private = RES_FAILCNT,
216 .private = RES_MAX_USAGE,
H A Dproc.c54 struct net *net = seq->private;
317 struct net *net = seq->private;
339 struct net *net = seq->private;
369 struct net *net = seq->private;
453 struct net *net = seq->private;
H A Dtcp_ipv4.c1867 struct tcp_iter_state *st = seq->private;
1945 struct tcp_iter_state *st = seq->private;
1970 struct tcp_iter_state *st = seq->private;
2003 struct tcp_iter_state *st = seq->private;
2023 struct tcp_iter_state *st = seq->private;
2039 struct tcp_iter_state *st = seq->private;
2054 struct tcp_iter_state *st = seq->private;
2088 struct tcp_iter_state *st = seq->private;
2110 struct tcp_iter_state *st = seq->private;
2141 struct tcp_iter_state *st = seq->private;
[all...]
/net/ipv4/netfilter/
H A Darp_tables.c261 const struct xt_table_info *private; local
273 private = table->private;
275 * Ensure we load private-> members after we've fetched the base
279 table_base = private->entries[smp_processor_id()];
281 e = get_entry(table_base, private->hook_entry[hook]);
282 back = get_entry(table_base, private->underflow[hook]);
746 const struct xt_table_info *private = table->private; local
752 countersize = sizeof(struct xt_counters) * private
770 struct xt_table_info *private = table->private; local
912 const struct xt_table_info *private = t->private; local
968 const struct xt_table_info *private = t->private; local
1124 const struct xt_table_info *private; local
1603 const struct xt_table_info *private = table->private; local
1658 const struct xt_table_info *private = t->private; local
1812 struct xt_table_info *private; local
[all...]
H A Dip_tables.c254 const struct xt_table_info *private,
264 table_base = private->entries[smp_processor_id()];
265 root = get_entry(table_base, private->hook_entry[hook]);
270 xt_entry_foreach(iter, root, private->size - private->hook_entry[hook])
303 const struct xt_table_info *private; local
328 private = table->private;
331 * Ensure we load private-> members after we've fetched the base
335 table_base = private
249 trace_packet(const struct sk_buff *skb, unsigned int hook, const struct net_device *in, const struct net_device *out, const char *tablename, const struct xt_table_info *private, const struct ipt_entry *e) argument
911 const struct xt_table_info *private = table->private; local
935 const struct xt_table_info *private = table->private; local
1100 const struct xt_table_info *private = t->private; local
1158 const struct xt_table_info *private = t->private; local
1312 const struct xt_table_info *private; local
1887 const struct xt_table_info *private = table->private; local
1942 const struct xt_table_info *private = t->private; local
2105 struct xt_table_info *private; local
[all...]
H A Dnf_conntrack_l3proto_ipv4_compat.c35 struct ct_iter_state *st = seq->private;
53 struct ct_iter_state *st = seq->private;
221 struct ct_expect_iter_state *st = seq->private;
237 struct ct_expect_iter_state *st = seq->private;
/net/sunrpc/
H A Drpc_pipe.c163 rpc_inode_setowner(struct inode *inode, void *private) argument
165 RPC_I(inode)->private = private;
405 struct rpc_clnt *clnt = m->private;
430 clnt = RPC_I(inode)->private;
433 m->private = clnt;
447 struct rpc_clnt *clnt = (struct rpc_clnt *)m->private;
495 void *private)
506 if (private)
507 rpc_inode_setowner(inode, private);
492 __rpc_create_common(struct inode *dir, struct dentry *dentry, umode_t mode, const struct file_operations *i_fop, void *private) argument
517 __rpc_create(struct inode *dir, struct dentry *dentry, umode_t mode, const struct file_operations *i_fop, void *private) argument
531 __rpc_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode, const struct file_operations *i_fop, void *private) argument
582 __rpc_mkpipe_dentry(struct inode *dir, struct dentry *dentry, umode_t mode, const struct file_operations *i_fop, void *private, struct rpc_pipe *pipe) argument
709 rpc_populate(struct dentry *parent, const struct rpc_filelist *files, int start, int eof, void *private) argument
752 rpc_mkdir_populate(struct dentry *parent, const char *name, umode_t mode, void *private, int (*populate)(struct dentry *, void *), void *args_populate) argument
818 rpc_mkpipe_dentry(struct dentry *parent, const char *name, void *private, struct rpc_pipe *pipe) argument
1042 rpc_clntdir_populate(struct dentry *dentry, void *private) argument
1113 rpc_cachedir_populate(struct dentry *dentry, void *private) argument
[all...]
H A Dcache.c717 * a ->private that also exists in this list. New requests are added
1295 struct cache_detail *cd = ((struct handle*)m->private)->cd;
1323 struct cache_detail *cd = ((struct handle*)m->private)->cd;
1349 struct cache_detail *cd = ((struct handle*)m->private)->cd;
1356 struct cache_detail *cd = ((struct handle*)m->private)->cd;
1706 struct cache_detail *cd = RPC_I(file_inode(filp))->private;
1714 struct cache_detail *cd = RPC_I(file_inode(filp))->private;
1721 struct cache_detail *cd = RPC_I(file_inode(filp))->private;
1730 struct cache_detail *cd = RPC_I(inode)->private;
1737 struct cache_detail *cd = RPC_I(inode)->private;
[all...]
/net/ipv6/netfilter/
H A Dip6_tables.c280 const struct xt_table_info *private,
290 table_base = private->entries[smp_processor_id()];
291 root = get_entry(table_base, private->hook_entry[hook]);
296 xt_entry_foreach(iter, root, private->size - private->hook_entry[hook])
328 const struct xt_table_info *private; local
351 private = table->private;
353 * Ensure we load private-> members after we've fetched the base
358 table_base = private
275 trace_packet(const struct sk_buff *skb, unsigned int hook, const struct net_device *in, const struct net_device *out, const char *tablename, const struct xt_table_info *private, const struct ip6t_entry *e) argument
921 const struct xt_table_info *private = table->private; local
945 const struct xt_table_info *private = table->private; local
1110 const struct xt_table_info *private = t->private; local
1168 struct xt_table_info *private = t->private; local
1322 const struct xt_table_info *private; local
1897 const struct xt_table_info *private = table->private; local
1952 const struct xt_table_info *private = t->private; local
2114 struct xt_table_info *private; local
[all...]
/net/netfilter/
H A Dx_tables.c794 struct xt_table_info *private; local
805 private = table->private;
808 if (num_counters != private->number) {
809 pr_debug("num_counters != table->private->number (%u/%u)\n",
810 num_counters, private->number);
816 newinfo->initial_entries = private->initial_entries;
819 * private.
822 table->private = newinfo;
841 private
857 struct xt_table_info *private; local
902 struct xt_table_info *private; local
[all...]
H A Dnf_conntrack_standalone.c57 struct ct_iter_state *st = seq->private;
74 struct ct_iter_state *st = seq->private;
102 struct ct_iter_state *st = seq->private;
147 struct ct_iter_state *st = s->private;
H A Dxt_hashlimit.c750 struct xt_hashlimit_htable *htable = s->private;
767 struct xt_hashlimit_htable *htable = s->private;
781 struct xt_hashlimit_htable *htable = s->private;
793 const struct xt_hashlimit_htable *ht = s->private;
832 struct xt_hashlimit_htable *htable = s->private;
857 sf->private = PDE_DATA(inode);
/net/bridge/netfilter/
H A Debtables.c198 const struct ebt_table_info *private; local
208 private = table->private;
209 cb_base = COUNTER_BASE(private->counters, private->nentries,
211 if (private->chainstack)
212 cs = private->chainstack[smp_processor_id()];
215 chaininfo = private->hook_entry[hook];
216 nentries = private->hook_entry[hook]->nentries;
217 point = (struct ebt_entry *)(private
[all...]
/net/l2tp/
H A Dl2tp_debugfs.c74 BUG_ON(m->private == NULL);
75 pd = m->private;
281 seq->private = pd;
299 pd = seq->private;
/net/xfrm/
H A Dxfrm_proc.c53 struct net *net = seq->private;
/net/atm/
H A Dproc.c131 struct vcc_state *state = seq->private;
147 struct vcc_state *state = seq->private;
280 struct vcc_state *state = seq->private;
314 struct vcc_state *state = seq->private;
349 struct vcc_state *state = seq->private;
H A Dpppoatm.c99 return (struct pppoatm_vcc *) (chan->private);
420 pvcc->chan.private = pvcc;
/net/bluetooth/
H A Daf_bluetooth.c607 __acquires(seq->private->l->lock)
609 struct bt_seq_state *s = seq->private;
618 struct bt_seq_state *s = seq->private;
625 __releases(seq->private->l->lock)
627 struct bt_seq_state *s = seq->private;
635 struct bt_seq_state *s = seq->private;
/net/ipv6/
H A Dproc.c35 struct net *net = seq->private;
216 struct net *net = (struct net *)seq->private;
245 struct inet6_dev *idev = (struct inet6_dev *)seq->private;
/net/wireless/
H A Dwext-core.c675 /* Try as a private command */
678 return handlers->private[index];
888 wext_ioctl_func private)
921 /* Standard and private are not the same */
924 else if (private)
925 return private(dev, iwr, cmd, info, handler);
950 wext_ioctl_func private)
959 ret = wireless_process_ioctl(net, ifr, cmd, info, standard, private);
884 wireless_process_ioctl(struct net *net, struct ifreq *ifr, unsigned int cmd, struct iw_request_info *info, wext_ioctl_func standard, wext_ioctl_func private) argument
947 wext_ioctl_dispatch(struct net *net, struct ifreq *ifr, unsigned int cmd, struct iw_request_info *info, wext_ioctl_func standard, wext_ioctl_func private) argument
/net/8021q/
H A Dvlanproc.c278 struct net_device *vlandev = (struct net_device *) seq->private;

Completed in 340 milliseconds

1234