Searched refs:sb_threshold (Results 1 – 6 of 6) sorted by relevance
/external/usrsctp/ |
D | Manual.md | 132 uint32_t sb_threshold, 147 …sb_threshold` specifies the amount of free space in the send socket buffer before the send functio…
|
D | Manual.tex | 209 uint32_t sb_threshold,
|
/external/usrsctp/usrsctplib/ |
D | usrsctp.h | 908 uint32_t sb_threshold,
|
D | user_socket.c | 1430 uint32_t sb_threshold, in usrsctp_socket() argument 1440 ((send_cb != NULL) || (sb_threshold != 0) || (ulp_info != NULL))) { in usrsctp_socket() 1458 register_send_cb(so, sb_threshold, send_cb); in usrsctp_socket()
|
/external/iproute2/devlink/ |
D | devlink.c | 194 uint32_t sb_threshold; member 880 err = dl_argv_uint32_t(dl, &opts->sb_threshold); in dl_argv_parse() 1072 opts->sb_threshold); in dl_opts_put()
|
/external/usrsctp/usrsctplib/netinet/ |
D | sctp_usrreq.c | 9172 register_send_cb(struct socket *so, uint32_t sb_threshold, int (*send_cb)(struct socket *sock, uint… argument 9182 inp->send_sb_threshold = sb_threshold;
|