tag | line | file | source code |
ts | 1308 | drivers/char/tty_io.c | struct tstruct *ts = (struct tstruct *)arg; |
ts | 1320 | drivers/char/tty_io.c | d = (char *)(ts->tasks+n); |
ts | 1323 | drivers/char/tty_io.c | put_user(1, ts->present+n); |
ts | 1326 | drivers/char/tty_io.c | put_user(0, ts->present+n); |
ts | 104 | drivers/net/slhc.c | register struct cstate *ts; |
ts | 153 | drivers/net/slhc.c | ts = comp->tstate; |
ts | 155 | drivers/net/slhc.c | ts[i].cs_this = i; |
ts | 156 | drivers/net/slhc.c | ts[i].next = &(ts[i - 1]); |
ts | 158 | drivers/net/slhc.c | ts[0].next = &(ts[comp->tslot_limit]); |
ts | 159 | drivers/net/slhc.c | ts[0].cs_this = 0; |
ts | 75 | include/linux/ip.h | unsigned char ts; |
ts | 371 | net/ipv4/ip_forward.c | optptr = (unsigned char *)iph + opt->ts; |
ts | 49 | net/ipv4/ip_options.c | memcpy(iph+opt->ts+iph[opt->ts+2]-9, &saddr, 4); |
ts | 56 | net/ipv4/ip_options.c | memcpy(iph+opt->ts+iph[opt->ts+2]-5, &midtime, 4); |
ts | 66 | net/ipv4/ip_options.c | if (opt->ts) |
ts | 68 | net/ipv4/ip_options.c | memset(iph+opt->ts, IPOPT_NOP, iph[opt->ts+1]); |
ts | 69 | net/ipv4/ip_options.c | opt->ts = 0; |
ts | 114 | net/ipv4/ip_options.c | if (sopt->ts) |
ts | 116 | net/ipv4/ip_options.c | optlen = sptr[sopt->ts+1]; |
ts | 117 | net/ipv4/ip_options.c | soffset = sptr[sopt->ts+2]; |
ts | 118 | net/ipv4/ip_options.c | dopt->ts = dopt->optlen + sizeof(struct iphdr); |
ts | 119 | net/ipv4/ip_options.c | memcpy(dptr, sptr+sopt->ts, optlen); |
ts | 221 | net/ipv4/ip_options.c | opt->ts = 0; |
ts | 351 | net/ipv4/ip_options.c | if (opt->ts) |
ts | 368 | net/ipv4/ip_options.c | struct timestamp * ts = (struct timestamp*)(optptr+1); |
ts | 370 | net/ipv4/ip_options.c | if (ts->ptr+3 > ts->len) |
ts | 375 | net/ipv4/ip_options.c | switch (ts->flags) |
ts | 378 | net/ipv4/ip_options.c | opt->ts = optptr - iph; |
ts | 381 | net/ipv4/ip_options.c | timeptr = (__u32*)&optptr[ts->ptr-1]; |
ts | 384 | net/ipv4/ip_options.c | ts->ptr += 4; |
ts | 387 | net/ipv4/ip_options.c | if (ts->ptr+7 > ts->len) |
ts | 392 | net/ipv4/ip_options.c | opt->ts = optptr - iph; |
ts | 395 | net/ipv4/ip_options.c | memcpy(&optptr[ts->ptr-1], &skb->dev->pa_addr, 4); |
ts | 396 | net/ipv4/ip_options.c | timeptr = (__u32*)&optptr[ts->ptr+3]; |
ts | 400 | net/ipv4/ip_options.c | ts->ptr += 8; |
ts | 403 | net/ipv4/ip_options.c | if (ts->ptr+7 > ts->len) |
ts | 408 | net/ipv4/ip_options.c | opt->ts = optptr - iph; |
ts | 411 | net/ipv4/ip_options.c | memcpy(&addr, &optptr[ts->ptr-1], 4); |
ts | 415 | net/ipv4/ip_options.c | timeptr = (__u32*)&optptr[ts->ptr+3]; |
ts | 419 | net/ipv4/ip_options.c | ts->ptr += 8; |
ts | 437 | net/ipv4/ip_options.c | struct timestamp * ts = (struct timestamp*)(optptr+1); |
ts | 438 | net/ipv4/ip_options.c | if (ts->overflow == 15) |
ts | 443 | net/ipv4/ip_options.c | opt->ts = optptr - iph; |
ts | 446 | net/ipv4/ip_options.c | ts->overflow++; |
ts | 470 | net/ipv4/ip_sockglue.c | if (opt->ts) |
ts | 472 | net/ipv4/ip_sockglue.c | unsigned char * optptr = opt->__data+opt->ts-sizeof(struct iphdr); |