Lines 431-436
pf_fillup_fragment(struct pf_fragment_cmp *key, struct pf_frent *frent,
Link Here
|
431 |
} |
431 |
} |
432 |
|
432 |
|
433 |
*(struct pf_fragment_cmp *)frag = *key; |
433 |
*(struct pf_fragment_cmp *)frag = *key; |
|
|
434 |
frag->fr_flags = 0; |
434 |
frag->fr_timeout = time_second; |
435 |
frag->fr_timeout = time_second; |
435 |
frag->fr_maxlen = frent->fe_len; |
436 |
frag->fr_maxlen = frent->fe_len; |
436 |
TAILQ_INIT(&frag->fr_queue); |
437 |
TAILQ_INIT(&frag->fr_queue); |