Searched refs:tcp_rthdrdstopts (Results 1 – 3 of 3) sorted by relevance
385 ip6_dest_t *tcp_rthdrdstopts; /* Last recv IPV6_RECVRTHDRDSTOPTS */ member
1405 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;
5059 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()