Searched refs:tcp_send_cb (Results 1 – 1 of 1) sorted by relevance
86 int (*tcp_send_cb)(struct net_pkt *pkt) = NULL; variable331 if (tcp_send_cb) { in tcp_send()332 if (tcp_send_cb(pkt) < 0) { in tcp_send()1527 if (tcp_send_cb) { in tcp_out_ext()1528 ret = tcp_send_cb(pkt); in tcp_out_ext()