Searched refs:tcp_dstopts (Results 1 – 3 of 3) sorted by relevance
388 ip6_dest_t *tcp_dstopts; /* Last received IPV6_RECVDSTOPTS */ member
1402 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()
5259 ip_cmpbuf(tcp->tcp_dstopts, tcp->tcp_dstoptslen, in tcp_input_add_ancillary()5264 if (!ip_allocbuf((void **)&tcp->tcp_dstopts, in tcp_input_add_ancillary()5417 ip_savebuf((void **)&tcp->tcp_dstopts, &tcp->tcp_dstoptslen, in tcp_input_add_ancillary()