Searched refs:tcp_hopopts (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/inet/
H A Dtcp.h366 ip6_hbh_t *tcp_hopopts; /* Last received IPV6_RECVHOPOPTS */ member in struct:tcp_s
/opensolaris-onvv-gate/usr/src/uts/common/inet/tcp/
H A Dtcp.c1394 if (tcp->tcp_hopopts != NULL) {
1395 mi_free(tcp->tcp_hopopts);
1396 tcp->tcp_hopopts = NULL;
2263 if (tcp->tcp_hopopts != NULL) {
2264 mi_free(tcp->tcp_hopopts);
2265 tcp->tcp_hopopts = NULL;
H A Dtcp_input.c4942 ip_cmpbuf(tcp->tcp_hopopts, tcp->tcp_hopoptslen,
4947 if (!ip_allocbuf((void **)&tcp->tcp_hopopts,
5076 ip_savebuf((void **)&tcp->tcp_hopopts, &tcp->tcp_hopoptslen,

Completed in 173 milliseconds