Searched refs:callback (Results 1 – 15 of 15) sorted by relevance
/net/sctp/ |
D | inqueue.c | 234 void sctp_inq_set_th_handler(struct sctp_inq *q, work_func_t callback) in sctp_inq_set_th_handler() argument 236 INIT_WORK(&q->immediate, callback); in sctp_inq_set_th_handler()
|
/net/netlabel/ |
D | netlabel_calipso.h | 115 int (*callback)(struct calipso_doi *doi_def, void *arg),
|
D | netlabel_domainhash.h | 103 int (*callback) (struct netlbl_dom_map *entry, void *arg),
|
D | netlabel_calipso.c | 497 int (*callback)(struct calipso_doi *doi_def, void *arg), in calipso_doi_walk() 504 ret_val = ops->doi_walk(skip_cnt, callback, cb_arg); in calipso_doi_walk()
|
D | netlabel_domainhash.c | 940 int (*callback) (struct netlbl_dom_map *entry, void *arg), in netlbl_domhsh_walk() 958 ret_val = callback(iter_entry, cb_arg); in netlbl_domhsh_walk()
|
/net/qrtr/ |
D | smd.c | 100 .callback = qcom_smd_qrtr_callback,
|
/net/ipv6/ |
D | xfrm6_protocol.c | 168 .callback = xfrm6_rcv_cb,
|
D | calipso.c | 532 int (*callback)(struct calipso_doi *doi_def, in calipso_doi_walk() 545 ret_val = callback(iter_doi, cb_arg); in calipso_doi_walk()
|
/net/ipv4/ |
D | xfrm4_protocol.c | 194 .callback = xfrm4_rcv_cb,
|
D | cipso_ipv4.c | 610 int (*callback) (struct cipso_v4_doi *doi_def, void *arg), in cipso_v4_doi_walk() 622 ret_val = callback(iter_doi, cb_arg); in cipso_v4_doi_walk()
|
/net/wireless/ |
D | rdev-ops.h | 91 void (*callback)(void *cookie, struct key_params*)) in rdev_get_key() 96 mac_addr, cookie, callback); in rdev_get_key()
|
/net/xfrm/ |
D | xfrm_input.c | 108 ret = afinfo->callback(skb, protocol, err); in xfrm_rcv_cb()
|
/net/sunrpc/ |
D | svc_xprt.c | 1012 u->callback(u); in call_xpt_users()
|
/net/core/ |
D | skbuff.c | 1115 uarg->callback = sock_zerocopy_callback; in sock_zerocopy_alloc() 1248 if (uarg->callback) in sock_zerocopy_put() 1249 uarg->callback(uarg, uarg->zerocopy); in sock_zerocopy_put()
|
/net/mac80211/ |
D | cfg.c | 545 void (*callback)(void *cookie, in ieee80211_get_key() 652 callback(cookie, ¶ms); in ieee80211_get_key()
|