Searched refs:comm_point_tcp_accept_callback (Results 1 – 6 of 6) sorted by relevance
92 UB_EV_BITS_CB(comm_point_tcp_accept_callback) in UB_EV_BITS_CB() argument108 else if(cb == comm_point_tcp_accept_callback) in UB_EV_BITS_CB()
94 UB_EV_BITS_CB(comm_point_tcp_accept_callback) in UB_EV_BITS_CB() argument109 else if(cb == comm_point_tcp_accept_callback) in UB_EV_BITS_CB()
830 void comm_point_tcp_accept_callback(int fd, short event, void* arg);
175 else if(fptr == &comm_point_tcp_accept_callback) return 1; in fptr_whitelist_event()
1413 comm_point_tcp_accept_callback(int fd, short event, void* arg) function4348 comm_point_tcp_accept_callback, c);
1464 void comm_point_tcp_accept_callback(int ATTR_UNUSED(fd), in comm_point_tcp_accept_callback() function