Home
last modified time | relevance | path

Searched refs:tcp_dstopts (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dtcp.h388 ip6_dest_t *tcp_dstopts; /* Last received IPV6_RECVDSTOPTS */ member
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp.c1402 if (tcp->tcp_dstopts != NULL) { in tcp_free()
1403 mi_free(tcp->tcp_dstopts); in tcp_free()
1404 tcp->tcp_dstopts = NULL; in tcp_free()
2291 if (tcp->tcp_dstopts != NULL) { in tcp_reinit_values()
2292 mi_free(tcp->tcp_dstopts); in tcp_reinit_values()
2293 tcp->tcp_dstopts = NULL; in tcp_reinit_values()
H A Dtcp_input.c5240 ip_cmpbuf(tcp->tcp_dstopts, tcp->tcp_dstoptslen, in tcp_input_add_ancillary()
5245 if (!ip_allocbuf((void **)&tcp->tcp_dstopts, in tcp_input_add_ancillary()
5398 ip_savebuf((void **)&tcp->tcp_dstopts, &tcp->tcp_dstoptslen, in tcp_input_add_ancillary()