Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/
H A Dtcp.h387 ip6_hbh_t *tcp_hopopts; /* Last received IPV6_RECVHOPOPTS */ member
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp.c1396 if (tcp->tcp_hopopts != NULL) { in tcp_free()
1397 mi_free(tcp->tcp_hopopts); in tcp_free()
1398 tcp->tcp_hopopts = NULL; in tcp_free()
2285 if (tcp->tcp_hopopts != NULL) { in tcp_reinit_values()
2286 mi_free(tcp->tcp_hopopts); in tcp_reinit_values()
2287 tcp->tcp_hopopts = NULL; in tcp_reinit_values()
H A Dtcp_input.c5201 ip_cmpbuf(tcp->tcp_hopopts, tcp->tcp_hopoptslen, in tcp_input_add_ancillary()
5206 if (!ip_allocbuf((void **)&tcp->tcp_hopopts, in tcp_input_add_ancillary()
5352 ip_savebuf((void **)&tcp->tcp_hopopts, &tcp->tcp_hopoptslen, in tcp_input_add_ancillary()