Searched defs:hole (Results 1 – 1 of 1) sorted by relevance
855 struct hole { struct857 u16 last_byte; /* last byte in this hole + 1 (begin of next hole) */ argument858 u16 next_hole; /* index of next (in 8-b blocks), 0 == none */ argument859 u16 prev_hole; /* index of prev, 0 == none */ argument867 struct hole *payload, *thisfrag, *h, *newh; in __net_defragment() argument