Searched refs:args (Results 26 - 50 of 105) sorted by relevance

12345

/net/sctp/
H A Dprobe.c68 va_list args; local
72 va_start(args, fmt);
73 len = vscnprintf(tbuf, sizeof(tbuf), fmt, args);
74 va_end(args);
/net/netfilter/
H A Dnfnetlink_cttimeout.c214 if (cb->args[2])
217 last = (struct ctnl_timeout *)cb->args[1];
218 if (cb->args[1])
219 cb->args[1] = 0;
233 cb->args[1] = (unsigned long)cur;
237 if (!cb->args[1])
238 cb->args[2] = 1;
H A Dnfnetlink_cthelper.c456 last = (struct nf_conntrack_helper *)cb->args[1];
457 for (; cb->args[0] < nf_ct_helper_hsize; cb->args[0]++) {
460 &nf_ct_helper_hash[cb->args[0]], hnode) {
466 if (cb->args[1]) {
469 cb->args[1] = 0;
476 cb->args[1] = (unsigned long)cur;
481 if (cb->args[1]) {
482 cb->args[1] = 0;
H A Dnf_conntrack_netlink.c745 if (cb->args[1])
746 nf_ct_put((struct nf_conn *)cb->args[1]);
774 last = (struct nf_conn *)cb->args[1];
775 for (; cb->args[0] < net->ct.htable_size; cb->args[0]++) {
777 hlist_nulls_for_each_entry(h, n, &net->ct.hash[cb->args[0]],
787 if (cb->args[1]) {
790 cb->args[1] = 0;
807 cb->args[1] = (unsigned long)ct;
811 if (cb->args[
[all...]
H A Dnf_conntrack_helper.c344 va_list args; local
346 va_start(args, fmt);
349 vaf.va = &args;
360 va_end(args);
H A Dnf_log.c141 va_list args; local
148 va_start(args, fmt);
149 vsnprintf(prefix, sizeof(prefix), fmt, args);
150 va_end(args);
/net/tipc/
H A Dconfig.c143 struct tipc_bearer_config *args; local
148 args = (struct tipc_bearer_config *)TLV_DATA(req_tlv_area);
149 if (tipc_enable_bearer(args->name,
150 ntohl(args->disc_domain),
151 ntohl(args->priority)))
/net/sched/
H A Dcls_api.c456 s_t = cb->args[0];
468 memset(&cb->args[1], 0, sizeof(cb->args)-sizeof(cb->args[0]));
469 if (cb->args[1] == 0) {
475 cb->args[1] = 1;
483 arg.w.skip = cb->args[1] - 1;
486 cb->args[1] = arg.w.count + 1;
491 cb->args[0] = t;
/net/netfilter/ipset/
H A Dip_set_core.c1084 if (cb->args[2]) {
1085 pr_debug("release set %s\n", nfnl_set(cb->args[1])->name);
1086 ip_set_put_byindex((ip_set_id_t) cb->args[1]);
1117 /* cb->args[0] : dump single set/all sets
1131 cb->args[1] = index;
1139 cb->args[0] = dump_type;
1154 if (!cb->args[0]) {
1166 if (cb->args[1] >= ip_set_max)
1169 dump_type = DUMP_TYPE(cb->args[0]);
1170 dump_flags = DUMP_FLAGS(cb->args[
[all...]
H A Dip_set_hash_gen.h859 u32 first = cb->args[2];
868 for (; cb->args[2] < jhash_size(t->htable_bits); cb->args[2]++) {
870 n = hbucket(t, cb->args[2]);
871 pr_debug("cb->args[2]: %lu, t %p n %p\n", cb->args[2], t, n);
878 cb->args[2], n, i, e);
881 if (cb->args[2] == first) {
902 cb->args[2] = 0;
909 if (unlikely(first == cb->args[
[all...]
/net/atm/
H A Dmpoa_caches.c15 #define dprintk(format, args...) \
16 printk(KERN_DEBUG "mpoa:%s: " format, __FILE__, ##args) /* debug */
18 #define dprintk(format, args...) \
20 printk(KERN_DEBUG "mpoa:%s: " format, __FILE__, ##args);\
25 #define ddprintk(format, args...) \
26 printk(KERN_DEBUG "mpoa:%s: " format, __FILE__, ##args) /* debug */
28 #define ddprintk(format, args...) \
30 printk(KERN_DEBUG "mpoa:%s: " format, __FILE__, ##args);\
H A Dmpc.c42 #define dprintk(format, args...) \
43 printk(KERN_DEBUG "mpoa:%s: " format, __func__, ##args)
44 #define dprintk_cont(format, args...) printk(KERN_CONT format, ##args)
46 #define dprintk(format, args...) \
48 printk(KERN_DEBUG "mpoa:%s: " format, __func__, ##args);\
50 #define dprintk_cont(format, args...) \
51 do { if (0) printk(KERN_CONT format, ##args); } while (0)
55 #define ddprintk(format, args...) \
56 printk(KERN_DEBUG "mpoa:%s: " format, __func__, ##args)
[all...]
/net/ieee802154/
H A Dwpan-class.c28 #define MASTER_SHOW_COMPLEX(name, format_string, args...) \
36 ret = snprintf(buf, PAGE_SIZE, format_string "\n", args); \
/net/unix/
H A Ddiag.c187 s_slot = cb->args[0];
188 num = s_num = cb->args[1];
215 cb->args[0] = slot;
216 cb->args[1] = num;
/net/netlabel/
H A Dnetlabel_unlabeled.c1190 u32 skip_bkt = cb->args[0];
1191 u32 skip_chain = cb->args[1];
1216 if (iter_addr4++ < cb->args[2])
1232 if (iter_addr6++ < cb->args[3])
1251 cb->args[0] = iter_bkt;
1252 cb->args[1] = iter_chain;
1253 cb->args[2] = iter_addr4;
1254 cb->args[3] = iter_addr6;
1290 if (iter_addr4++ < cb->args[0])
1303 if (iter_addr6++ < cb->args[
[all...]
H A Dnetlabel_mgmt.c484 u32 skip_bkt = cb->args[0];
485 u32 skip_chain = cb->args[1];
496 cb->args[0] = skip_bkt;
497 cb->args[1] = skip_chain;
645 u32 protos_sent = cb->args[0];
663 cb->args[0] = protos_sent;
/net/ipv4/
H A Dinet_diag.c767 s_j = cb->args[3];
768 s_reqnum = cb->args[4];
812 cb->args[3] = j + 1;
813 cb->args[4] = reqnum;
834 s_i = cb->args[1];
835 s_num = num = cb->args[2];
837 if (cb->args[0] == 0) {
870 cb->args[3] > 0)
888 cb->args[3] = 0;
889 cb->args[
[all...]
/net/sunrpc/
H A Dxprtsock.c2574 static struct rpc_xprt *xs_setup_xprt(struct xprt_create *args, argument
2581 if (args->addrlen > sizeof(xprt->addr)) {
2586 xprt = xprt_alloc(args->net, sizeof(*new), slot_table_size,
2595 memcpy(&xprt->addr, args->dstaddr, args->addrlen);
2596 xprt->addrlen = args->addrlen;
2597 if (args->srcaddr)
2598 memcpy(&new->srcaddr, args->srcaddr, args->addrlen);
2601 err = xs_init_anyaddr(args
2624 xs_setup_local(struct xprt_create *args) argument
2690 xs_setup_udp(struct xprt_create *args) argument
2767 xs_setup_tcp(struct xprt_create *args) argument
2841 xs_setup_bc_tcp(struct xprt_create *args) argument
[all...]
/net/nfc/
H A Dnetlink.c131 int i = cb->args[0];
132 struct nfc_dev *dev = (struct nfc_dev *) cb->args[1];
140 cb->args[1] = (long) dev;
158 cb->args[0] = i;
165 struct nfc_dev *dev = (struct nfc_dev *) cb->args[1];
460 struct class_dev_iter *iter = (struct class_dev_iter *) cb->args[0];
461 struct nfc_dev *dev = (struct nfc_dev *) cb->args[1];
469 cb->args[0] = (long) iter;
494 cb->args[1] = (long) dev;
501 struct class_dev_iter *iter = (struct class_dev_iter *) cb->args[
[all...]
/net/sunrpc/xprtrdma/
H A Dtransport.c264 * @args: rpc transport arguments
267 xprt_setup_rdma(struct xprt_create *args) argument
276 if (args->addrlen > sizeof(xprt->addr)) {
281 xprt = xprt_alloc(args->net, sizeof(struct rpcrdma_xprt),
306 memcpy(&cdata.addr, args->dstaddr, args->addrlen);
311 xprt->addrlen = args->addrlen;
/net/mac80211/
H A Ddebugfs.c23 va_list args; local
27 va_start(args, fmt);
28 res = vscnprintf(buf, sizeof(buf), fmt, args);
29 va_end(args);
/net/9p/
H A Dtrans_fd.c719 substring_t args[MAX_OPT_ARGS]; local
743 token = match_token(p, tokens, args);
745 r = match_int(&args[0], &option);
902 p9_fd_create_tcp(struct p9_client *client, const char *addr, char *args) argument
909 err = parse_opts(args, &opts);
943 p9_fd_create_unix(struct p9_client *client, const char *addr, char *args) argument
980 p9_fd_create(struct p9_client *client, const char *addr, char *args) argument
986 parse_opts(args, &opts);
H A Dtrans_rdma.c169 substring_t args[MAX_OPT_ARGS]; local
194 token = match_token(p, tokens, args);
195 r = match_int(&args[0], &option);
569 * @args: Mount options string
572 rdma_create_trans(struct p9_client *client, const char *addr, char *args) argument
582 err = parse_opts(args, &opts);
/net/bridge/
H A Dbr_mdb.c49 int idx = 0, s_idx = cb->args[1];
107 cb->args[1] = idx;
119 s_idx = cb->args[0];
147 cb->args[1] = 0;
158 cb->args[0] = idx;
/net/sunrpc/auth_gss/
H A Dgss_rpc_xdr.h180 struct gssx_arg_accept_sec_context *args);

Completed in 418 milliseconds

12345