Searched defs:func (Results 1 - 10 of 10) sorted by relevance

/net/9p/
H A Dmod.c47 void _p9_debug(enum p9_debug_flags level, const char *func, argument
64 pr_notice("-- %s (%d): %pV", func, task_pid_nr(current), &vaf);
/net/rds/
H A Dinfo.c73 void rds_info_register_func(int optname, rds_info_func func) argument
81 rds_info_funcs[offset] = func;
86 void rds_info_deregister_func(int optname, rds_info_func func) argument
93 BUG_ON(rds_info_funcs[offset] != func);
166 rds_info_func func; local
209 func = rds_info_funcs[optname - RDS_INFO_FIRST];
210 if (!func) {
219 func(sock, len, &iter, &lens);
/net/irda/
H A Dparameters.c39 PV_TYPE type, PI_HANDLER func);
41 PV_TYPE type, PI_HANDLER func);
43 PV_TYPE type, PI_HANDLER func);
45 PV_TYPE type, PI_HANDLER func);
48 PV_TYPE type, PI_HANDLER func);
50 PV_TYPE type, PI_HANDLER func);
76 * Function irda_insert_no_value (self, buf, len, pi, type, func)
79 PV_TYPE type, PI_HANDLER func)
88 ret = (*func)(self, &p, PV_GET);
100 * Function irda_extract_no_value (self, buf, len, type, func)
78 irda_insert_no_value(void *self, __u8 *buf, int len, __u8 pi, PV_TYPE type, PI_HANDLER func) argument
105 irda_extract_no_value(void *self, __u8 *buf, int len, __u8 pi, PV_TYPE type, PI_HANDLER func) argument
126 irda_insert_integer(void *self, __u8 *buf, int len, __u8 pi, PV_TYPE type, PI_HANDLER func) argument
202 irda_extract_integer(void *self, __u8 *buf, int len, __u8 pi, PV_TYPE type, PI_HANDLER func) argument
288 irda_extract_string(void *self, __u8 *buf, int len, __u8 pi, PV_TYPE type, PI_HANDLER func) argument
336 irda_extract_octseq(void *self, __u8 *buf, int len, __u8 pi, PV_TYPE type, PI_HANDLER func) argument
[all...]
/net/can/
H A Daf_can.h57 void (*func)(struct sk_buff *, void *); member in struct:receiver
/net/bluetooth/cmtp/
H A Dcapi.c190 __u16 appl, msgnum, func, info; local
200 func = CAPIMSG_U16(skb->data, CAPI_MSG_BASELEN + 5);
203 switch (func) {
308 func = CAPIMSG_U16(skb->data, CAPI_MSG_BASELEN + 3);
310 if (func == CAPI_FUNCTION_LOOPBACK) {
315 cmtp_send_interopmsg(session, CAPI_RESP, appl, msgnum, func,
/net/ipv6/
H A Dexthdrs.c55 * Parsing function "func" returns true, if parsing succeed
62 bool (*func)(struct sk_buff *skb, int offset); member in struct:tlvtype_proc
149 func(). */
150 if (curr->func(skb, off) == false)
244 .func = ipv6_dest_hao,
609 .func = ipv6_hop_ra,
613 .func = ipv6_hop_jumbo,
H A Dndisc.c1671 const char *func, const char *dev_name)
1678 warncomm, func,
1670 ndisc_warn_deprecated_sysctl(struct ctl_table *ctl, const char *func, const char *dev_name) argument
H A Dip6_fib.c52 int (*func)(struct rt6_info *, void *arg); member in struct:fib6_cleaner
379 w->func = fib6_dump_node;
1403 * Callback function w->func may return:
1462 err = w->func(w);
1526 if (!c->func) {
1533 res = c->func(rt, c->arg);
1555 * func is called on each route.
1564 int (*func)(struct rt6_info *, void *arg),
1570 c.w.func = fib6_clean_node;
1574 c.func
[all...]
/net/sunrpc/
H A Dsvc.c500 svc_thread_fn func, struct module *mod)
508 serv->sv_function = func;
498 svc_create_pooled(struct svc_program *prog, unsigned int bufsize, void (*shutdown)(struct svc_serv *serv, struct net *net), svc_thread_fn func, struct module *mod) argument
/net/bluetooth/
H A Dmgmt.c5620 int (*func) (struct sock *sk, struct hci_dev *hdev, void *data, member in struct:mgmt_handler
5746 mgmt_handlers[opcode].func == NULL) {
5781 err = handler->func(sk, hdev, cp, len);

Completed in 151 milliseconds