Searched refs:tcp_send_cb (Results 1 – 1 of 1) sorted by relevance
87 int (*tcp_send_cb)(struct net_pkt *pkt) = NULL; variable373 if (tcp_send_cb) { in tcp_send()374 if (tcp_send_cb(pkt) < 0) { in tcp_send()1589 if (tcp_send_cb) { in tcp_out_ext()1590 ret = tcp_send_cb(pkt); in tcp_out_ext()