Searched refs:cbfn (Results 1 – 1 of 1) sorted by relevance
54 #define KSOCKET_CALLBACK(so, cbfn, arg) \ argument55 if ((so)->so_ksock_callbacks.ksock_cb_##cbfn != NULL) { \56 (*(so)->so_ksock_callbacks.ksock_cb_##cbfn)(SOTOKS(so), \57 __KSOCKET_EV_##cbfn, (so)->so_ksock_cb_arg, (arg)); \67 #define SETCALLBACK(so, cb, cbfn, cbflg) \ argument69 (so)->so_ksock_callbacks.ksock_cb_##cbfn \70 = (cb)->ksock_cb_##cbfn; \71 if ((cb)->ksock_cb_##cbfn == NULL) \