Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_fusion.c353 mblk_t *head, *prev_head = NULL; in tcp_fuse_output_urg() local
420 if (prev_head != NULL) in tcp_fuse_output_urg()
421 prev_head->b_next = head; in tcp_fuse_output_urg()
428 prev_head = head; in tcp_fuse_output_urg()