tag | line | file | source code |
ts | 1323 | drivers/char/tty_io.c | struct tstruct *ts = (struct tstruct *)arg; |
ts | 1335 | drivers/char/tty_io.c | d = (char *)(ts->tasks+n); |
ts | 1338 | drivers/char/tty_io.c | put_user(1, ts->present+n); |
ts | 1341 | drivers/char/tty_io.c | put_user(0, ts->present+n); |
ts | 101 | drivers/net/slhc.c | register struct cstate *ts; |
ts | 150 | drivers/net/slhc.c | ts = comp->tstate; |
ts | 152 | drivers/net/slhc.c | ts[i].cs_this = i; |
ts | 153 | drivers/net/slhc.c | ts[i].next = &(ts[i - 1]); |
ts | 155 | drivers/net/slhc.c | ts[0].next = &(ts[comp->tslot_limit]); |
ts | 156 | drivers/net/slhc.c | ts[0].cs_this = 0; |
ts | 75 | include/linux/ip.h | unsigned char ts; |
ts | 379 | net/ipv4/ip_forward.c | optptr = (unsigned char *)iph + opt->ts; |
ts | 48 | net/ipv4/ip_options.c | memcpy(iph+opt->ts+iph[opt->ts+2]-9, &saddr, 4); |
ts | 55 | net/ipv4/ip_options.c | memcpy(iph+opt->ts+iph[opt->ts+2]-5, &midtime, 4); |
ts | 65 | net/ipv4/ip_options.c | if (opt->ts) |
ts | 67 | net/ipv4/ip_options.c | memset(iph+opt->ts, IPOPT_NOP, iph[opt->ts+1]); |
ts | 68 | net/ipv4/ip_options.c | opt->ts = 0; |
ts | 113 | net/ipv4/ip_options.c | if (sopt->ts) |
ts | 115 | net/ipv4/ip_options.c | optlen = sptr[sopt->ts+1]; |
ts | 116 | net/ipv4/ip_options.c | soffset = sptr[sopt->ts+2]; |
ts | 117 | net/ipv4/ip_options.c | dopt->ts = dopt->optlen + sizeof(struct iphdr); |
ts | 118 | net/ipv4/ip_options.c | memcpy(dptr, sptr+sopt->ts, optlen); |
ts | 220 | net/ipv4/ip_options.c | opt->ts = 0; |
ts | 350 | net/ipv4/ip_options.c | if (opt->ts) |
ts | 367 | net/ipv4/ip_options.c | struct timestamp * ts = (struct timestamp*)(optptr+1); |
ts | 369 | net/ipv4/ip_options.c | if (ts->ptr+3 > ts->len) |
ts | 374 | net/ipv4/ip_options.c | switch (ts->flags) |
ts | 377 | net/ipv4/ip_options.c | opt->ts = optptr - iph; |
ts | 379 | net/ipv4/ip_options.c | timeptr = (__u32*)&optptr[ts->ptr-1]; |
ts | 381 | net/ipv4/ip_options.c | ts->ptr += 4; |
ts | 384 | net/ipv4/ip_options.c | if (ts->ptr+7 > ts->len) |
ts | 389 | net/ipv4/ip_options.c | opt->ts = optptr - iph; |
ts | 392 | net/ipv4/ip_options.c | memcpy(&optptr[ts->ptr-1], &skb->dev->pa_addr, 4); |
ts | 393 | net/ipv4/ip_options.c | timeptr = (__u32*)&optptr[ts->ptr+3]; |
ts | 397 | net/ipv4/ip_options.c | ts->ptr += 8; |
ts | 400 | net/ipv4/ip_options.c | if (ts->ptr+7 > ts->len) |
ts | 405 | net/ipv4/ip_options.c | opt->ts = optptr - iph; |
ts | 408 | net/ipv4/ip_options.c | memcpy(&addr, &optptr[ts->ptr-1], 4); |
ts | 412 | net/ipv4/ip_options.c | timeptr = (__u32*)&optptr[ts->ptr+3]; |
ts | 416 | net/ipv4/ip_options.c | ts->ptr += 8; |
ts | 434 | net/ipv4/ip_options.c | struct timestamp * ts = (struct timestamp*)(optptr+1); |
ts | 435 | net/ipv4/ip_options.c | if (ts->overflow == 15) |
ts | 440 | net/ipv4/ip_options.c | opt->ts = optptr - iph; |
ts | 443 | net/ipv4/ip_options.c | ts->overflow++; |
ts | 474 | net/ipv4/ip_sockglue.c | if (opt->ts) |
ts | 476 | net/ipv4/ip_sockglue.c | unsigned char * optptr = opt->__data+opt->ts-sizeof(struct iphdr); |