Searched refs:tcp_hopopts (Results 1 – 3 of 3) sorted by relevance
387 ip6_hbh_t *tcp_hopopts; /* Last received IPV6_RECVHOPOPTS */ member
1396 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()
5220 ip_cmpbuf(tcp->tcp_hopopts, tcp->tcp_hopoptslen, in tcp_input_add_ancillary()5225 if (!ip_allocbuf((void **)&tcp->tcp_hopopts, in tcp_input_add_ancillary()5371 ip_savebuf((void **)&tcp->tcp_hopopts, &tcp->tcp_hopoptslen, in tcp_input_add_ancillary()