Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/
H A Dtcp.h389 ip6_dest_t *tcp_rthdrdstopts; /* Last recv IPV6_RECVRTHDRDSTOPTS */ member
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp.c1408 if (tcp->tcp_rthdrdstopts != NULL) { in tcp_free()
1409 mi_free(tcp->tcp_rthdrdstopts); in tcp_free()
1410 tcp->tcp_rthdrdstopts = NULL; in tcp_free()
2297 if (tcp->tcp_rthdrdstopts != NULL) { in tcp_reinit_values()
2298 mi_free(tcp->tcp_rthdrdstopts); in tcp_reinit_values()
2299 tcp->tcp_rthdrdstopts = NULL; in tcp_reinit_values()
H A Dtcp_input.c5213 ip_cmpbuf(tcp->tcp_rthdrdstopts, tcp->tcp_rthdrdstoptslen, in tcp_input_add_ancillary()
5219 if (!ip_allocbuf((void **)&tcp->tcp_rthdrdstopts, in tcp_input_add_ancillary()
5367 ip_savebuf((void **)&tcp->tcp_rthdrdstopts, in tcp_input_add_ancillary()