Searched refs:sb_threshold (Results 1 – 3 of 3) sorted by relevance
908 uint32_t sb_threshold,
1328 uint32_t sb_threshold, in usrsctp_socket() argument1338 ((send_cb != NULL) || (sb_threshold != 0) || (ulp_info != NULL))) { in usrsctp_socket()1356 register_send_cb(so, sb_threshold, send_cb); in usrsctp_socket()
9018 register_send_cb(struct socket *so, uint32_t sb_threshold, int (*send_cb)(struct socket *sock, uint… argument9028 inp->send_sb_threshold = sb_threshold;