Searched refs:notsack_blk_t (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp_sack.h55 } notsack_blk_t; typedef in typeref:struct:notsack_blk
74 notsack_blk_t *tcp_notsack_list;
79 extern void tcp_notsack_insert(notsack_blk_t **, tcp_seq, tcp_seq,
81 extern void tcp_notsack_remove(notsack_blk_t **, tcp_seq, int32_t *,
83 extern void tcp_notsack_update(notsack_blk_t **, tcp_seq, tcp_seq,
91 * notsack_blk_t *head: pointer to the head of the list of notsack'ed blks.
95 notsack_blk_t *prev, *tmp; \
100 bkmem_free((caddr_t)prev, sizeof (notsack_blk_t)); \
H A Dtcp_sack.c189 * notsack_blk_t **head: address of the pointer to the list of notsack'ed
198 tcp_notsack_insert(notsack_blk_t **head, tcp_seq begin, tcp_seq end,
201 notsack_blk_t *prev, *tmp, *new;
247 bkmem_free(tmp, sizeof (notsack_blk_t));
262 if ((new = (notsack_blk_t *)bkmem_alloc(
263 sizeof (notsack_blk_t))) == NULL) {
306 sizeof (notsack_blk_t));
311 sizeof (notsack_blk_t));
334 * notsack_blk_t **head: address of the pointer to the list of notsack'ed
342 tcp_notsack_remove(notsack_blk_t **hea
[all...]
H A Dtcp.c2493 notsack_blk_t *notsack_blk;
/illumos-gate/usr/src/uts/common/inet/
H A Dtcp_sack.h49 } notsack_blk_t; typedef in typeref:struct:notsack_blk
68 notsack_blk_t *tcp_notsack_list;
73 extern void tcp_notsack_insert(notsack_blk_t **, tcp_seq, tcp_seq,
75 extern void tcp_notsack_remove(notsack_blk_t **, tcp_seq, int32_t *,
77 extern void tcp_notsack_update(notsack_blk_t **, tcp_seq, tcp_seq,
87 * notsack_blk_t *head: pointer to the head of the list of notsack'ed blks.
92 notsack_blk_t *prev, *tmp; \
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_sack.c37 /* kmem cache for notsack_blk_t */
183 * notsack_blk_t **head: address of the pointer to the list of notsack'ed
192 tcp_notsack_insert(notsack_blk_t **head, tcp_seq begin, tcp_seq end,
195 notsack_blk_t *prev, *tmp, *new;
329 * notsack_blk_t **head: address of the pointer to the list of notsack'ed
337 tcp_notsack_remove(notsack_blk_t **head, tcp_seq end, int32_t *num,
340 notsack_blk_t *prev, *tmp;
383 * notsack_blk_t **head: address of the pointer to the list of notsack'ed
391 void tcp_notsack_update(notsack_blk_t **head, tcp_seq begin, tcp_seq end,
394 notsack_blk_t *tm
[all...]
H A Dtcp.c3701 sizeof (notsack_blk_t), 0, NULL, NULL, NULL, NULL, NULL, 0);
H A Dtcp_output.c3292 notsack_blk_t *notsack_blk;

Completed in 72 milliseconds