Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/
H A Dtcp.h385 ip6_dest_t *tcp_rthdrdstopts; /* Last recv IPV6_RECVRTHDRDSTOPTS */ member
/titanic_41/usr/src/uts/common/inet/tcp/
H A Dtcp.c1405 if (tcp->tcp_rthdrdstopts != NULL) { in tcp_free()
1406 mi_free(tcp->tcp_rthdrdstopts); in tcp_free()
1407 tcp->tcp_rthdrdstopts = NULL; in tcp_free()
2284 if (tcp->tcp_rthdrdstopts != NULL) {
2285 mi_free(tcp->tcp_rthdrdstopts);
2286 tcp->tcp_rthdrdstopts = NULL;
H A Dtcp_input.c5059 ip_cmpbuf(tcp->tcp_rthdrdstopts, tcp->tcp_rthdrdstoptslen, in tcp_input_add_ancillary()
5065 if (!ip_allocbuf((void **)&tcp->tcp_rthdrdstopts, in tcp_input_add_ancillary()
5196 ip_savebuf((void **)&tcp->tcp_rthdrdstopts, in tcp_input_add_ancillary()