Searched refs:so_m (Results 1 - 13 of 13) sorted by relevance

/external/qemu/slirp/
H A Dsocket.h26 struct mbuf *so_m; /* Pointer to the original SYN packet, member in struct:socket
H A Dsocket.c80 m_free(so->so_m);
468 icmp_error(so->so_m, ICMP_UNREACH,code, 0,strerror(errno));
470 icmp_reflect(so->so_m);
471 so->so_m = NULL; /* Don't m_free() it again! */
513 icmp_error(so->so_m, ICMP_UNREACH,code, 0,strerror(errno));
H A Dmisc.c397 if (so->so_m != NULL && do_pty == 1) {
398 sbappend(so, so->so_m);
399 so->so_m = NULL;
H A Dudp.c240 m_free(so->so_m); /* used for ICMP if error on sorecvfrom */
246 so->so_m=m; /* ICMP backup */
366 /* if (so->so_m) m_free(so->so_m); done by sofree */
H A Dip_icmp.c126 so->so_m = m;
H A Dtcp_input.c263 m = so->so_m;
264 so->so_m = NULL;
699 so->so_m = m;
H A Dtcp_subr.c878 * If there is binary data here, we save it in so->so_m
880 if (!so->so_m) {
886 so->so_m = m;
890 } /* if(so->so_m==NULL) */
/external/qemu/slirp-android/
H A Dsocket.h26 struct mbuf *so_m; /* Pointer to the original SYN packet, member in struct:socket
H A Dsocket.c88 m_free(so->so_m);
474 icmp_error(so->so_m, ICMP_UNREACH,code, 0,errno_str);
476 icmp_reflect(so->so_m);
477 so->so_m = 0; /* Don't mbuf_free() it again! */
514 icmp_error(so->so_m, ICMP_UNREACH,code, 0,errno_str);
H A Dmisc.c361 if (so->so_m != NULL && do_pty == 1) {
362 sbappend(so, so->so_m);
363 so->so_m = NULL;
H A Dudp.c290 m_free(so->so_m); /* used for ICMP if error on sorecvfrom */
296 so->so_m=m; /* ICMP backup */
410 /* if (so->so_m) m_free(so->so_m); done by sofree */
H A Dip_icmp.c130 so->so_m = m;
H A Dtcp_input.c263 m = so->so_m;
264 so->so_m = NULL;
705 so->so_m = m;

Completed in 100 milliseconds