tag | line | file | source code |
next | 77 | fs/ext/freelists.c | efb->next = sb->u.ext_sb.s_firstfreeblocknumber; |
next | 109 | fs/ext/freelists.c | printk("ext_new_block: block empty, skipping to %d\n", efb->next); |
next | 112 | fs/ext/freelists.c | sb->u.ext_sb.s_firstfreeblocknumber = efb->next; |
next | 159 | fs/ext/freelists.c | block = efb->next; |
next | 167 | fs/ext/freelists.c | block = efb->next; |
next | 225 | fs/ext/freelists.c | efi->next = inode->i_sb->u.ext_sb.s_firstfreeinodenumber; |
next | 262 | fs/ext/freelists.c | printk("ext_free_inode: inode empty, skipping to %d\n", efi->next); |
next | 265 | fs/ext/freelists.c | if (efi->next > sb->u.ext_sb.s_ninodes) { |
next | 266 | fs/ext/freelists.c | printk ("efi->next = %d\n", efi->next); |
next | 269 | fs/ext/freelists.c | sb->u.ext_sb.s_firstfreeinodenumber = efi->next; |
next | 270 | fs/ext/freelists.c | block = 2 + (((unsigned long) efi->next) - 1) / EXT_INODES_PER_BLOCK; |
next | 313 | fs/ext/freelists.c | ino = efi->next; |
next | 328 | fs/ext/freelists.c | ino = efi->next; |
next | 31 | fs/ext2/dcache.c | struct dir_cache_entry *next; |
next | 62 | fs/ext2/dcache.c | dcache[0].next = &dcache[1]; |
next | 66 | fs/ext2/dcache.c | dcache[i].next = &dcache[i + 1]; |
next | 70 | fs/ext2/dcache.c | dcache[i].next = NULL; |
next | 103 | fs/ext2/dcache.c | for (p = first; p != NULL; p = p->next) |
next | 115 | fs/ext2/dcache.c | p->next = first; |
next | 143 | fs/ext2/dcache.c | p->prev->next = p->next; |
next | 145 | fs/ext2/dcache.c | first = p->next; |
next | 146 | fs/ext2/dcache.c | if (p->next) |
next | 147 | fs/ext2/dcache.c | p->next->prev = p->prev; |
next | 179 | fs/ext2/dcache.c | p2 = p->next; |
next | 183 | fs/ext2/dcache.c | p->next = first_free; |
next | 278 | fs/ext2/dcache.c | first_free = p->next; |
next | 286 | fs/ext2/dcache.c | last->next = NULL; |
next | 328 | fs/ext2/dcache.c | p->next = first_free; |
next | 177 | fs/locks.c | struct file_lock *fl,*next; |
next | 184 | fs/locks.c | next = fl->fl_next; |
next | 187 | fs/locks.c | fl = next; |
next | 383 | fs/locks.c | struct file_lock *fl,*next; |
next | 396 | fs/locks.c | if ((next = alloc_lock(filp, fl)) == NULL) |
next | 399 | fs/locks.c | next->fl_start = caller->fl_end + 1; |
next | 419 | fs/locks.c | next = fl->fl_next; |
next | 430 | fs/locks.c | fl = next; |
next | 23 | fs/msdos/fat.c | int first,last,next,copy; |
next | 50 | fs/msdos/fat.c | next = CF_LE_W(((unsigned short *) data)[(first & |
next | 52 | fs/msdos/fat.c | if (next >= 0xfff7) next = -1; |
next | 58 | fs/msdos/fat.c | if (this & 1) next = ((*p_first >> 4) | (*p_last << 4)) & 0xfff; |
next | 59 | fs/msdos/fat.c | else next = (*p_first+(*p_last << 8)) & 0xfff; |
next | 60 | fs/msdos/fat.c | if (next >= 0xff7) next = -1; |
next | 100 | fs/msdos/fat.c | return next; |
next | 113 | fs/msdos/fat.c | cache[count].next = count == FAT_CACHE-1 ? NULL : |
next | 128 | fs/msdos/fat.c | for (walk = fat_cache; walk; walk = walk->next) |
next | 149 | fs/msdos/fat.c | for (walk = fat_cache; walk; walk = walk->next) { |
next | 168 | fs/msdos/fat.c | for (walk = fat_cache; walk->next; walk = (last = walk)->next) |
next | 178 | fs/msdos/fat.c | last->next = walk->next; |
next | 179 | fs/msdos/fat.c | walk->next = fat_cache; |
next | 190 | fs/msdos/fat.c | last->next = NULL; |
next | 191 | fs/msdos/fat.c | walk->next = fat_cache; |
next | 206 | fs/msdos/fat.c | for (walk = fat_cache; walk; walk = walk->next) |
next | 216 | fs/msdos/fat.c | for (walk = fat_cache; walk; walk = walk->next) |
next | 111 | fs/msdos/namei.c | struct inode *next; |
next | 146 | fs/msdos/namei.c | next = MSDOS_I(*result)->i_old; |
next | 148 | fs/msdos/namei.c | if (!(*result = iget(next->i_sb,next->i_ino))) { |
next | 28 | include/linux/ext_fs.h | unsigned long next; |
next | 34 | include/linux/ext_fs.h | unsigned long next; |
next | 46 | include/linux/genhd.h | struct gendisk *next; |
next | 96 | include/linux/msdos_fs.h | struct fat_cache *next; /* next cache entry */ |
next | 364 | include/linux/sched.h | if (wait->next) { |
next | 368 | include/linux/sched.h | printk("add_wait_queue (%08x): wait->next = %08x\n",pc,wait->next); |
next | 373 | include/linux/sched.h | wait->next = wait; |
next | 376 | include/linux/sched.h | wait->next = (*p)->next; |
next | 377 | include/linux/sched.h | (*p)->next = wait; |
next | 395 | include/linux/sched.h | ((*p = wait->next) == wait)) { |
next | 399 | include/linux/sched.h | while (tmp->next != wait) { |
next | 400 | include/linux/sched.h | tmp = tmp->next; |
next | 406 | include/linux/sched.h | tmp->next = wait->next; |
next | 408 | include/linux/sched.h | wait->next = NULL; |
next | 431 | include/linux/sched.h | entry->wait.next = NULL; |
next | 9 | include/linux/wait.h | struct wait_queue * next; |
next | 176 | init/main.c | char *next; |
next | 183 | init/main.c | next = line; |
next | 184 | init/main.c | while ((line = next) != NULL) { |
next | 185 | init/main.c | if ((next = strchr(line,' ')) != NULL) |
next | 186 | init/main.c | *next++ = 0; |
next | 314 | kernel/FPU-emu/fpu_entry.c | unsigned char next; |
next | 317 | kernel/FPU-emu/fpu_entry.c | next = get_fs_byte((unsigned char *) FPU_EIP); |
next | 320 | kernel/FPU-emu/fpu_entry.c | if ( (next & 0xf8) == 0xd8 ) |
next | 324 | kernel/FPU-emu/fpu_entry.c | if ( next == 0x9b ) /* fwait */ |
next | 326 | kernel/FPU-emu/fpu_entry.c | if ( next == 0x66 ) /* size prefix */ |
next | 329 | kernel/FPU-emu/fpu_entry.c | next = get_fs_byte((unsigned char *) (FPU_EIP+1)); |
next | 331 | kernel/FPU-emu/fpu_entry.c | if ( (next & 0xf8) == 0xd8 ) |
next | 35 | kernel/blk_drv/blk.h | struct request * next; |
next | 242 | kernel/blk_drv/blk.h | CURRENT = req->next; |
next | 207 | kernel/blk_drv/genhd.c | for (p = gendisk_head ; p ; p=p->next) { |
next | 714 | kernel/blk_drv/hd.c | hd_gendisk.next = gendisk_head; |
next | 96 | kernel/blk_drv/ll_rw_blk.c | req->next = NULL; |
next | 106 | kernel/blk_drv/ll_rw_blk.c | for ( ; tmp->next ; tmp = tmp->next) { |
next | 108 | kernel/blk_drv/ll_rw_blk.c | !IN_ORDER(tmp,tmp->next)) && |
next | 109 | kernel/blk_drv/ll_rw_blk.c | IN_ORDER(req,tmp->next)) |
next | 112 | kernel/blk_drv/ll_rw_blk.c | req->next = tmp->next; |
next | 113 | kernel/blk_drv/ll_rw_blk.c | tmp->next = req; |
next | 164 | kernel/blk_drv/ll_rw_blk.c | if(major == 3) req = req->next; |
next | 178 | kernel/blk_drv/ll_rw_blk.c | req = req->next; |
next | 216 | kernel/blk_drv/ll_rw_blk.c | req->next = NULL; |
next | 256 | kernel/blk_drv/ll_rw_blk.c | req->next = NULL; |
next | 314 | kernel/blk_drv/ll_rw_blk.c | plug.next = NULL; |
next | 322 | kernel/blk_drv/ll_rw_blk.c | blk_dev[major].current_request = plug.next; |
next | 370 | kernel/blk_drv/ll_rw_blk.c | req->next = NULL; |
next | 383 | kernel/blk_drv/ll_rw_blk.c | request[i].next = NULL; |
next | 168 | kernel/blk_drv/scsi/scsi.c | SCmd.next = NULL; |
next | 433 | kernel/blk_drv/scsi/scsi.c | SCpnt = SCpnt->next; |
next | 489 | kernel/blk_drv/scsi/scsi.c | SCpnt = SCpnt->next; |
next | 512 | kernel/blk_drv/scsi/scsi.c | *reqp = req->next; |
next | 1139 | kernel/blk_drv/scsi/scsi.c | SCpnt1 = SCpnt1->next; |
next | 1193 | kernel/blk_drv/scsi/scsi.c | SCpnt = SCpnt->next; |
next | 1249 | kernel/blk_drv/scsi/scsi.c | SCpnt = SCpnt->next; |
next | 1402 | kernel/blk_drv/scsi/scsi.c | SCpnt->next = host_queue[host]; |
next | 345 | kernel/blk_drv/scsi/scsi.h | struct scsi_cmnd *next, *prev; |
next | 367 | kernel/blk_drv/scsi/sd.c | req = req->next; |
next | 371 | kernel/blk_drv/scsi/sd.c | CURRENT = CURRENT->next; |
next | 373 | kernel/blk_drv/scsi/sd.c | req1->next = req->next; |
next | 837 | kernel/blk_drv/scsi/sd.c | sd_gendisk.next = gendisk_head; |
next | 314 | kernel/blk_drv/scsi/sr.c | req = req->next; |
next | 318 | kernel/blk_drv/scsi/sr.c | CURRENT = CURRENT->next; |
next | 320 | kernel/blk_drv/scsi/sr.c | req1->next = req->next; |
next | 145 | kernel/blk_drv/scsi/wd7000.c | scb = scbfree; scbfree = scb->next; |
next | 146 | kernel/blk_drv/scsi/wd7000.c | memset(scb, 0, sizeof(Scb)); scb->next = NULL; |
next | 162 | kernel/blk_drv/scsi/wd7000.c | scb->next = scbfree; scbfree = scb; |
next | 177 | kernel/blk_drv/scsi/wd7000.c | for (i = 0; i < MAX_SCBS-1; i++) scbs[i].next = &(scbs[i+1]); |
next | 178 | kernel/blk_drv/scsi/wd7000.c | scbs[MAX_SCBS-1].next = NULL; |
next | 142 | kernel/blk_drv/scsi/wd7000.h | struct scb *next; /* for lists of scbs */ |
next | 90 | kernel/blk_drv/xd.c | xd_gendisk.next = gendisk_head; |
next | 104 | kernel/sched.c | int i,next,c; |
next | 124 | kernel/sched.c | next = 0; |
next | 131 | kernel/sched.c | c = (*p)->counter, next = i; |
next | 141 | kernel/sched.c | switch_to(next); |
next | 175 | kernel/sched.c | if (!tmp->next) { |
next | 182 | kernel/sched.c | tmp = tmp->next; |
next | 201 | kernel/sched.c | if (!tmp->next) { |
next | 208 | kernel/sched.c | tmp = tmp->next; |
next | 305 | kernel/sched.c | struct timer_list * next; |
next | 329 | kernel/sched.c | p->next = next_timer; |
next | 331 | kernel/sched.c | while (p->next && p->next->jiffies < p->jiffies) { |
next | 332 | kernel/sched.c | p->jiffies -= p->next->jiffies; |
next | 334 | kernel/sched.c | p->fn = p->next->fn; |
next | 335 | kernel/sched.c | p->next->fn = fn; |
next | 337 | kernel/sched.c | p->jiffies = p->next->jiffies; |
next | 338 | kernel/sched.c | p->next->jiffies = jiffies; |
next | 339 | kernel/sched.c | p = p->next; |
next | 341 | kernel/sched.c | if (p->next) |
next | 342 | kernel/sched.c | p->next->jiffies -= p->jiffies; |
next | 453 | kernel/sched.c | next_timer = next_timer->next; |
next | 70 | lib/malloc.c | struct bucket_desc *next; |
next | 131 | lib/malloc.c | bdesc->next = bdesc+1; |
next | 140 | lib/malloc.c | bdesc->next = free_bucket_desc; |
next | 173 | lib/malloc.c | for (bdesc = bdir->chain; bdesc != NULL; bdesc = bdesc->next) |
next | 202 | lib/malloc.c | free_bucket_desc = bdesc->next; |
next | 219 | lib/malloc.c | bdesc->next = free_bucket_desc; |
next | 220 | lib/malloc.c | free_bucket_desc = bdesc->next; |
next | 239 | lib/malloc.c | bdesc->next = bdir->chain; /* OK, link it in! */ |
next | 281 | lib/malloc.c | for (bdesc = bdir->chain; bdesc; bdesc = bdesc->next) |
next | 303 | lib/malloc.c | if ((prev && (prev->next != bdesc)) || |
next | 305 | lib/malloc.c | for (prev = bdir->chain; prev; prev = prev->next) |
next | 306 | lib/malloc.c | if (prev->next == bdesc) |
next | 309 | lib/malloc.c | prev->next = bdesc->next; |
next | 313 | lib/malloc.c | bdir->chain = bdesc->next; |
next | 315 | lib/malloc.c | bdesc->next = free_bucket_desc; |
next | 35 | net/kern_sock.h | struct socket *next; |
next | 219 | net/socket.c | nextsock = peersock->next; |
next | 350 | net/socket.c | mysock->next = NULL; |
next | 354 | net/socket.c | last = &(*last)->next; |
next | 393 | net/socket.c | *last = mysock->next; |
next | 396 | net/socket.c | last = &(*last)->next; |
next | 86 | net/tcp/arp.c | struct sk_buff *next; |
next | 89 | net/tcp/arp.c | next = (struct sk_buff *)arp_q; |
next | 92 | net/tcp/arp.c | while ((skb = next) != NULL) { |
next | 99 | net/tcp/arp.c | if (skb->next == NULL |
next | 101 | net/tcp/arp.c | || (unsigned long)(skb->next) > 16*1024*1024 |
next | 110 | net/tcp/arp.c | next = (struct sk_buff *)skb->next; |
next | 111 | net/tcp/arp.c | if (next == skb) |
next | 113 | net/tcp/arp.c | next = NULL; |
next | 117 | net/tcp/arp.c | skb->prev->next = next; |
next | 118 | net/tcp/arp.c | next->prev = skb->prev; |
next | 122 | net/tcp/arp.c | skb->next = NULL; |
next | 127 | net/tcp/arp.c | skb->next = NULL; |
next | 138 | net/tcp/arp.c | skb->next = skb; |
next | 144 | net/tcp/arp.c | skb->next = arp_q; |
next | 146 | net/tcp/arp.c | arp_q->prev->next = skb; |
next | 281 | net/tcp/arp.c | skb->next = NULL; |
next | 303 | net/tcp/arp.c | apt = (struct arp_table *)apt->next) |
next | 331 | net/tcp/arp.c | *lapt = (struct arp_table *) apt->next; |
next | 336 | net/tcp/arp.c | lapt = (struct arp_table **) &apt->next; |
next | 357 | net/tcp/arp.c | apt->next = arp_table[hash]; |
next | 446 | net/tcp/arp.c | skb->next = NULL; |
next | 539 | net/tcp/arp.c | if (skb->next != NULL) |
next | 549 | net/tcp/arp.c | skb->next = skb; |
next | 554 | net/tcp/arp.c | skb->next = arp_q; |
next | 556 | net/tcp/arp.c | skb->next->prev = skb; |
next | 557 | net/tcp/arp.c | skb->prev->next = skb; |
next | 67 | net/tcp/arp.h | volatile struct arp_table *next; |
next | 107 | net/tcp/dev.c | pt->next = ptype_base; |
next | 110 | net/tcp/dev.c | for (p1 = ptype_base; p1 != NULL; p1 = p1->next) |
next | 129 | net/tcp/dev.c | ptype_base = pt->next; |
next | 135 | net/tcp/dev.c | for (pt1 = ptype_base; pt1->next != NULL; pt1=pt1->next) |
next | 137 | net/tcp/dev.c | if (pt1->next == pt ) |
next | 142 | net/tcp/dev.c | pt1->next = pt->next; |
next | 147 | net/tcp/dev.c | if (pt1->next -> type == pt ->type) |
next | 149 | net/tcp/dev.c | lpt = pt1->next; |
next | 158 | net/tcp/dev.c | for (dev = dev_base; dev != NULL; dev=dev->next) |
next | 181 | net/tcp/dev.c | if (skb->next != NULL) |
next | 212 | net/tcp/dev.c | skb->next = skb; |
next | 219 | net/tcp/dev.c | skb->next = (struct sk_buff *)dev->buffs[pri]; |
next | 221 | net/tcp/dev.c | skb->prev->next = skb; |
next | 222 | net/tcp/dev.c | skb->next->prev = skb; |
next | 228 | net/tcp/dev.c | skb->next = skb2; |
next | 230 | net/tcp/dev.c | skb->next->prev = skb; |
next | 231 | net/tcp/dev.c | skb->prev->next = skb; |
next | 305 | net/tcp/dev.c | skb->next = skb; |
next | 311 | net/tcp/dev.c | skb->next = (struct sk_buff *)backlog; |
next | 312 | net/tcp/dev.c | skb->next->prev = skb; |
next | 313 | net/tcp/dev.c | skb->prev->next = skb; |
next | 328 | net/tcp/dev.c | for (dev = dev_base; dev != NULL; dev=dev->next) |
next | 362 | net/tcp/dev.c | if (skb->next == skb) |
next | 368 | net/tcp/dev.c | backlog = skb->next; |
next | 369 | net/tcp/dev.c | skb->next->prev = skb->prev; |
next | 370 | net/tcp/dev.c | skb->prev->next = skb->next; |
next | 383 | net/tcp/dev.c | for (ptype = ptype_base; ptype != NULL; ptype=ptype->next) |
next | 454 | net/tcp/dev.c | if (skb->next == skb) |
next | 461 | net/tcp/dev.c | if (skb->next == NULL |
next | 463 | net/tcp/dev.c | || (unsigned long)(skb->next) > 16*1024*1024 |
next | 474 | net/tcp/dev.c | dev->buffs[i]= skb->next; |
next | 475 | net/tcp/dev.c | skb->prev->next = skb->next; |
next | 476 | net/tcp/dev.c | skb->next->prev = skb->prev; |
next | 479 | net/tcp/dev.c | skb->next = NULL; |
next | 72 | net/tcp/dev.h | struct device *next; |
next | 109 | net/tcp/dev.h | struct packet_type *next; |
next | 240 | net/tcp/icmp.c | nextip = (struct ip_protocol *)ipprot->next; |
next | 113 | net/tcp/ip.c | for (p = ip_protos[hash] ; p != NULL; p=p->next) |
next | 130 | net/tcp/ip.c | prot ->next = ip_protos[hash]; |
next | 134 | net/tcp/ip.c | for (p2 = (struct ip_protocol *)prot->next; |
next | 136 | net/tcp/ip.c | p2= (struct ip_protocol *)p2->next) |
next | 158 | net/tcp/ip.c | ip_protos[hash]=(struct ip_protocol *)ip_protos[hash]->next; |
next | 164 | net/tcp/ip.c | p = (struct ip_protocol *) p->next) |
next | 169 | net/tcp/ip.c | if (p->next != NULL && p->next == prot) |
next | 176 | net/tcp/ip.c | p->next = prot->next; |
next | 180 | net/tcp/ip.c | if (p->next != NULL && p->next->protocol == prot->protocol) |
next | 242 | net/tcp/ip.c | (long) rt, (long) rt->next, (long) rt->dev, |
next | 262 | net/tcp/ip.c | for (rt=rt_base; rt != NULL; rt=rt->next) |
next | 288 | net/tcp/ip.c | (long) r, (long) r->next, (long) p, (long) r->dev, |
next | 293 | net/tcp/ip.c | if (p == NULL) rt_base = r->next; |
next | 294 | net/tcp/ip.c | else p->next = r->next; |
next | 295 | net/tcp/ip.c | x = r->next; |
next | 302 | net/tcp/ip.c | r = r->next; |
next | 318 | net/tcp/ip.c | rt->next = NULL; |
next | 336 | net/tcp/ip.c | for (r=rt_base; r != NULL; r=r->next) |
next | 343 | net/tcp/ip.c | rt->next = r->next; |
next | 348 | net/tcp/ip.c | rt->next = r->next; |
next | 349 | net/tcp/ip.c | r1->next = rt; |
next | 361 | net/tcp/ip.c | rt->next = rt_base; |
next | 365 | net/tcp/ip.c | rt->next = r; |
next | 366 | net/tcp/ip.c | r1->next = rt; |
next | 374 | net/tcp/ip.c | rt->next = NULL; |
next | 375 | net/tcp/ip.c | r1->next = rt; |
next | 863 | net/tcp/ip.c | ipprot=(struct ip_protocol *)ipprot->next) |
next | 937 | net/tcp/ip.c | skb->next = NULL; |
next | 53 | net/tcp/ip.h | struct rtable *next; |
next | 144 | net/tcp/ip.h | volatile struct ip_protocol *next; |
next | 116 | net/tcp/packet.c | skb->next = skb; |
next | 121 | net/tcp/packet.c | skb->next = sk->rqueue; |
next | 123 | net/tcp/packet.c | skb->prev->next = skb; |
next | 124 | net/tcp/packet.c | skb->next->prev = skb; |
next | 179 | net/tcp/packet.c | skb->next = NULL; |
next | 273 | net/tcp/packet.c | if (skb->next == skb ) |
next | 279 | net/tcp/packet.c | sk->rqueue = (struct sk_buff *)sk->rqueue ->next; |
next | 280 | net/tcp/packet.c | skb->prev->next = skb->next; |
next | 281 | net/tcp/packet.c | skb->next->prev = skb->prev; |
next | 178 | net/tcp/raw.c | skb->next = skb; |
next | 183 | net/tcp/raw.c | skb->next = sk->back_log; |
next | 185 | net/tcp/raw.c | skb->prev->next = skb; |
next | 186 | net/tcp/raw.c | skb->next->prev = skb; |
next | 209 | net/tcp/raw.c | skb->next = skb; |
next | 214 | net/tcp/raw.c | skb->next = sk->rqueue; |
next | 216 | net/tcp/raw.c | skb->prev->next = skb; |
next | 217 | net/tcp/raw.c | skb->next->prev = skb; |
next | 413 | net/tcp/raw.c | if (skb->next == skb ) |
next | 419 | net/tcp/raw.c | sk->rqueue = (struct sk_buff *)sk->rqueue ->next; |
next | 420 | net/tcp/raw.c | skb->prev->next = skb->next; |
next | 421 | net/tcp/raw.c | skb->next->prev = skb->prev; |
next | 209 | net/tcp/sock.c | printk (" next = %X\n", sk->next); |
next | 231 | net/tcp/sock.c | printk (" prev = %X, next = %X\n", skb->prev, skb->next); |
next | 304 | net/tcp/sock.c | sk != NULL; sk=sk->next) |
next | 337 | net/tcp/sock.c | sk = sk->next; |
next | 372 | net/tcp/sock.c | sk->next = NULL; |
next | 397 | net/tcp/sock.c | for (sk2 = sk1; sk2 != NULL; sk2=sk2->next) |
next | 403 | net/tcp/sock.c | sk->next = sk->prot->sock_array[num]; |
next | 408 | net/tcp/sock.c | sk->next = sk2; |
next | 409 | net/tcp/sock.c | sk1->next= sk; |
next | 416 | net/tcp/sock.c | sk->next = NULL; |
next | 417 | net/tcp/sock.c | sk1->next = sk; |
next | 445 | net/tcp/sock.c | sk1->prot->sock_array[sk1->num & (SOCK_ARRAY_SIZE -1)] = sk1->next; |
next | 450 | net/tcp/sock.c | while (sk2 && sk2->next != sk1) |
next | 451 | net/tcp/sock.c | sk2 = sk2->next; |
next | 455 | net/tcp/sock.c | sk2->next = sk1->next; |
next | 488 | net/tcp/sock.c | skb2=(struct sk_buff *)skb->next; |
next | 507 | net/tcp/sock.c | skb2=(struct sk_buff *)skb->next; |
next | 535 | net/tcp/sock.c | if (skb->next != NULL) |
next | 539 | net/tcp/sock.c | if (skb->next != skb) |
next | 541 | net/tcp/sock.c | skb->next->prev = skb->prev; |
next | 542 | net/tcp/sock.c | skb->prev->next = skb->next; |
next | 555 | net/tcp/sock.c | arp_q = skb->next; |
next | 571 | net/tcp/sock.c | skb->dev->buffs[i]= skb->next; |
next | 630 | net/tcp/sock.c | skb2=(struct sk_buff *)skb->next; |
next | 894 | net/tcp/sock.c | tmp = (struct ip_protocol *) p->next; |
next | 905 | net/tcp/sock.c | for (dev = dev_base; dev != NULL; dev=dev->next) |
next | 910 | net/tcp/sock.c | dev_base = dev->next; |
next | 912 | net/tcp/sock.c | dev2->next = dev->next; |
next | 1059 | net/tcp/sock.c | sk->next = NULL; |
next | 1066 | net/tcp/sock.c | sk->time_wait.next = NULL; |
next | 1217 | net/tcp/sock.c | sk2 = sk2->next) |
next | 1814 | net/tcp/sock.c | for (s=prot->sock_array[num&(SOCK_ARRAY_SIZE-1)]; s != NULL; s=s->next) |
next | 1856 | net/tcp/sock.c | if (skb->next != skb) |
next | 1858 | net/tcp/sock.c | sk->back_log = skb->next; |
next | 1859 | net/tcp/sock.c | skb->prev->next = skb->next; |
next | 1860 | net/tcp/sock.c | skb->next->prev = skb->prev; |
next | 75 | net/tcp/sock.h | volatile struct sock *next; |
next | 166 | net/tcp/sock.h | volatile struct sk_buff *next; |
next | 149 | net/tcp/tcp.c | sk->rqueue = (struct sk_buff *)skb->next; |
next | 157 | net/tcp/tcp.c | sk->rqueue->prev->next = sk->rqueue; |
next | 268 | net/tcp/tcp.c | skb = (struct sk_buff *)sk->rqueue->next; |
next | 293 | net/tcp/tcp.c | skb = (struct sk_buff *)skb->next; |
next | 294 | net/tcp/tcp.c | } while (skb != sk->rqueue->next); |
next | 417 | net/tcp/tcp.c | skb = (struct sk_buff *)sk->rqueue->next; |
next | 543 | net/tcp/tcp.c | skb->next = NULL; |
next | 551 | net/tcp/tcp.c | sk->wback->next = skb; |
next | 939 | net/tcp/tcp.c | skb->next = NULL; |
next | 947 | net/tcp/tcp.c | sk->wback->next = skb; |
next | 1058 | net/tcp/tcp.c | skb=(struct sk_buff *)sk->rqueue->next; |
next | 1066 | net/tcp/tcp.c | skb->next->prev = skb->prev; |
next | 1067 | net/tcp/tcp.c | skb->prev->next = skb->next; |
next | 1177 | net/tcp/tcp.c | skb = (struct sk_buff *)sk->rqueue->next; |
next | 1200 | net/tcp/tcp.c | skb = (struct sk_buff *)skb->next; |
next | 1201 | net/tcp/tcp.c | } while (skb != sk->rqueue->next); |
next | 1234 | net/tcp/tcp.c | skb=(struct sk_buff *)sk->rqueue->next; |
next | 1321 | net/tcp/tcp.c | before (sk->copied_seq+1, sk->rqueue->next->h.th->seq) ) |
next | 1342 | net/tcp/tcp.c | skb=(struct sk_buff *)sk->rqueue->next; |
next | 1367 | net/tcp/tcp.c | skb = (struct sk_buff *)skb->next; |
next | 1410 | net/tcp/tcp.c | skb=(struct sk_buff *)skb->next; |
next | 1505 | net/tcp/tcp.c | buff->next = NULL; |
next | 1506 | net/tcp/tcp.c | sk->wback->next = buff; |
next | 1693 | net/tcp/tcp.c | newsk->time_wait.next = NULL; |
next | 1805 | net/tcp/tcp.c | skb->next = skb; |
next | 1811 | net/tcp/tcp.c | skb->next = sk->rqueue; |
next | 1814 | net/tcp/tcp.c | skb->prev->next = skb; |
next | 1847 | net/tcp/tcp.c | skb2=(struct sk_buff *)skb->next; |
next | 1961 | net/tcp/tcp.c | buff->next = NULL; |
next | 1968 | net/tcp/tcp.c | sk->wback->next = buff; |
next | 1999 | net/tcp/tcp.c | sk->wfront = (struct sk_buff *)skb->next; |
next | 2002 | net/tcp/tcp.c | skb->next = NULL; |
next | 2076 | net/tcp/tcp.c | if (skb->next != NULL) |
next | 2079 | net/tcp/tcp.c | if (skb->next != skb) |
next | 2081 | net/tcp/tcp.c | skb->next->prev = skb->prev; |
next | 2082 | net/tcp/tcp.c | skb->prev->next = skb->next; |
next | 2088 | net/tcp/tcp.c | if (skb->next == skb) |
next | 2091 | net/tcp/tcp.c | skb->dev->buffs[i] = skb->next; |
next | 2097 | net/tcp/tcp.c | if (skb->next == skb) |
next | 2100 | net/tcp/tcp.c | arp_q = skb->next; |
next | 2108 | net/tcp/tcp.c | skb->next = sk->wfront; |
next | 2113 | net/tcp/tcp.c | skb->next = wskb->next; |
next | 2114 | net/tcp/tcp.c | wskb->next = skb; |
next | 2166 | net/tcp/tcp.c | if (oskb->next != NULL) |
next | 2169 | net/tcp/tcp.c | if (oskb->next != oskb) |
next | 2171 | net/tcp/tcp.c | oskb->next->prev = oskb->prev; |
next | 2172 | net/tcp/tcp.c | oskb->prev->next = oskb->next; |
next | 2178 | net/tcp/tcp.c | if (oskb== oskb->next) |
next | 2181 | net/tcp/tcp.c | oskb->dev->buffs[i] = oskb->next; |
next | 2187 | net/tcp/tcp.c | if (oskb == oskb->next) |
next | 2190 | net/tcp/tcp.c | arp_q = (struct sk_buff *)oskb->next; |
next | 2354 | net/tcp/tcp.c | skb->next = skb; |
next | 2369 | net/tcp/tcp.c | skb->next = skb1->next; |
next | 2370 | net/tcp/tcp.c | skb->next->prev = skb; |
next | 2371 | net/tcp/tcp.c | skb1->next = skb; |
next | 2378 | net/tcp/tcp.c | skb->next= skb1; |
next | 2380 | net/tcp/tcp.c | skb->prev->next = skb; |
next | 2417 | net/tcp/tcp.c | for (skb2=(struct sk_buff *)skb->next; |
next | 2418 | net/tcp/tcp.c | skb2 !=(struct sk_buff *) sk->rqueue->next; |
next | 2419 | net/tcp/tcp.c | skb2=(struct sk_buff *)skb2->next) |
next | 2634 | net/tcp/tcp.c | buff->next = NULL; |
next | 2635 | net/tcp/tcp.c | sk->wback->next = buff; |
next | 2937 | net/tcp/tcp.c | skb->next = skb; |
next | 2942 | net/tcp/tcp.c | skb->next = sk->back_log; |
next | 2944 | net/tcp/tcp.c | skb->prev->next = skb; |
next | 2945 | net/tcp/tcp.c | skb->next->prev = skb; |
next | 92 | net/tcp/timer.c | timer_base = t->next; |
next | 106 | net/tcp/timer.c | tm->next != NULL ; |
next | 107 | net/tcp/timer.c | tm=(struct timer *)tm->next) |
next | 109 | net/tcp/timer.c | if (tm->next == t) |
next | 111 | net/tcp/timer.c | tm->next = t->next; |
next | 137 | net/tcp/timer.c | t->next = NULL; |
next | 146 | net/tcp/timer.c | t->next = timer_base; |
next | 153 | net/tcp/timer.c | for (tm = (struct timer *)timer_base; ; tm=(struct timer *)tm->next) |
next | 155 | net/tcp/timer.c | if (tm->next == NULL || before (t->when,tm->next->when)) |
next | 157 | net/tcp/timer.c | t->next = tm->next; |
next | 158 | net/tcp/timer.c | tm->next = t; |
next | 48 | net/tcp/timer.h | volatile struct timer *next; |
next | 295 | net/tcp/udp.c | skb->next = skb; |
next | 300 | net/tcp/udp.c | skb->next = pair->rqueue; |
next | 302 | net/tcp/udp.c | skb->prev->next = skb; |
next | 303 | net/tcp/udp.c | skb->next->prev = skb; |
next | 573 | net/tcp/udp.c | if (skb->next == skb ) |
next | 579 | net/tcp/udp.c | sk->rqueue = (struct sk_buff *)sk->rqueue ->next; |
next | 580 | net/tcp/udp.c | skb->prev->next = skb->next; |
next | 581 | net/tcp/udp.c | skb->next->prev = skb->prev; |
next | 696 | net/tcp/udp.c | skb->next = skb; |
next | 701 | net/tcp/udp.c | skb->next = sk->back_log; |
next | 703 | net/tcp/udp.c | skb->prev->next = skb; |
next | 704 | net/tcp/udp.c | skb->next->prev = skb; |
next | 731 | net/tcp/udp.c | skb->next = skb; |
next | 736 | net/tcp/udp.c | skb->next = sk->rqueue; |
next | 738 | net/tcp/udp.c | skb->prev->next = skb; |
next | 739 | net/tcp/udp.c | skb->next->prev = skb; |
next | 389 | net/tcp/we.c | ring->next); |
next | 395 | net/tcp/we.c | pkt = ring->next; |
next | 529 | net/tcp/we.c | for (dev = dev_base; dev != NULL; dev = dev->next) |
next | 51 | net/tcp/wereg.h | unsigned char next; /* pointer to next packet. */ |
next | 488 | net/unix.c | sock->iconn = clientsock->next; |
next | 489 | net/unix.c | clientsock->next = NULL; |