tag | line | file | source code |
t1 | 311 | drivers/net/pi2.c | unsigned int t1; |
t1 | 316 | drivers/net/pi2.c | t1 = time; |
t1 | 320 | drivers/net/pi2.c | t1 = 10 * time; /* 10s of milliseconds for the B channel */ |
t1 | 329 | drivers/net/pi2.c | outb_p((t1 << 1) & 0xFF, port); |
t1 | 330 | drivers/net/pi2.c | outb_p((t1 >> 7) & 0xFF, port); |
t1 | 149 | include/net/ax25.h | unsigned short t1, t2, t3, rtt; |
t1 | 57 | include/net/netrom.h | unsigned short t1, t2, rtt; |
t1 | 57 | net/802/llc.c | del_timer(&sk->llc.t1); |
t1 | 96 | net/802/llc.c | del_timer(&sk->llc.t1); |
t1 | 135 | net/802/llc.c | del_timer(&sk->llc.t1); |
t1 | 141 | net/802/llc.c | del_timer(&sk->llc.t1); |
t1 | 178 | net/802/llc.c | del_timer(&sk->llc.t1); |
t1 | 531 | net/ax25/af_ax25.c | ax25->t1 = AX25_DEF_T1 * PR_SLOWHZ; |
t1 | 577 | net/ax25/af_ax25.c | ax25->t1 = ax25_dev_get_value(dev, AX25_VALUES_T1); |
t1 | 785 | net/ax25/af_ax25.c | val = (sk->ax25->t1 * 2) / PR_SLOWHZ; |
t1 | 1009 | net/ax25/af_ax25.c | ax25->t1 = osk->ax25->t1; |
t1 | 1078 | net/ax25/af_ax25.c | sk->ax25->t1timer = sk->ax25->t1 = ax25_calculate_t1(sk->ax25); |
t1 | 2075 | net/ax25/af_ax25.c | ax25->t1 / PR_SLOWHZ, |
t1 | 205 | net/ax25/ax25_out.c | ax25->t1timer = ax25->t1 = ax25_calculate_t1(ax25); |
t1 | 265 | net/ax25/ax25_out.c | ax25->t1timer = ax25->t1 = ax25_calculate_t1(ax25); |
t1 | 277 | net/ax25/ax25_out.c | ax25->t1timer = ax25->t1 = ax25_calculate_t1(ax25); |
t1 | 310 | net/ax25/ax25_out.c | ax25->t1timer = ax25->t1 = ax25_calculate_t1(ax25); |
t1 | 301 | net/ax25/ax25_subr.c | ax25->rtt = (9 * ax25->rtt + ax25->t1 - ax25->t1timer) / 10; |
t1 | 232 | net/ax25/ax25_timer.c | ax25->t1timer = ax25->t1 = ax25_calculate_t1(ax25); |
t1 | 1512 | net/ipv4/tcp.c | struct tcphdr *t1; |
t1 | 1561 | net/ipv4/tcp.c | t1 =(struct tcphdr *)skb_put(buff,sizeof(struct tcphdr)); |
t1 | 1563 | net/ipv4/tcp.c | memcpy(t1, th, sizeof(*t1)); |
t1 | 1569 | net/ipv4/tcp.c | t1->dest = th->source; |
t1 | 1570 | net/ipv4/tcp.c | t1->source = th->dest; |
t1 | 1571 | net/ipv4/tcp.c | t1->seq = ntohl(sequence); |
t1 | 1572 | net/ipv4/tcp.c | t1->ack = 1; |
t1 | 1574 | net/ipv4/tcp.c | t1->window = ntohs(sk->window); |
t1 | 1575 | net/ipv4/tcp.c | t1->res1 = 0; |
t1 | 1576 | net/ipv4/tcp.c | t1->res2 = 0; |
t1 | 1577 | net/ipv4/tcp.c | t1->rst = 0; |
t1 | 1578 | net/ipv4/tcp.c | t1->urg = 0; |
t1 | 1579 | net/ipv4/tcp.c | t1->syn = 0; |
t1 | 1580 | net/ipv4/tcp.c | t1->psh = 0; |
t1 | 1581 | net/ipv4/tcp.c | t1->fin = 0; |
t1 | 1609 | net/ipv4/tcp.c | t1->ack_seq = ntohl(ack); |
t1 | 1610 | net/ipv4/tcp.c | t1->doff = sizeof(*t1)/4; |
t1 | 1611 | net/ipv4/tcp.c | tcp_send_check(t1, sk->saddr, daddr, sizeof(*t1), sk); |
t1 | 1997 | net/ipv4/tcp.c | struct tcphdr *t1; |
t1 | 2045 | net/ipv4/tcp.c | t1 =(struct tcphdr *)skb_put(buff,sizeof(struct tcphdr)); |
t1 | 2047 | net/ipv4/tcp.c | memcpy(t1,(void *) &sk->dummy_th, sizeof(*t1)); |
t1 | 2048 | net/ipv4/tcp.c | t1->seq = htonl(sk->sent_seq); |
t1 | 2049 | net/ipv4/tcp.c | t1->ack = 1; |
t1 | 2050 | net/ipv4/tcp.c | t1->res1 = 0; |
t1 | 2051 | net/ipv4/tcp.c | t1->res2 = 0; |
t1 | 2052 | net/ipv4/tcp.c | t1->rst = 0; |
t1 | 2053 | net/ipv4/tcp.c | t1->urg = 0; |
t1 | 2054 | net/ipv4/tcp.c | t1->syn = 0; |
t1 | 2055 | net/ipv4/tcp.c | t1->psh = 0; |
t1 | 2059 | net/ipv4/tcp.c | t1->window = ntohs(sk->window); |
t1 | 2060 | net/ipv4/tcp.c | t1->ack_seq = ntohl(sk->acked_seq); |
t1 | 2061 | net/ipv4/tcp.c | t1->doff = sizeof(*t1)/4; |
t1 | 2062 | net/ipv4/tcp.c | tcp_send_check(t1, sk->saddr, sk->daddr, sizeof(*t1), sk); |
t1 | 2512 | net/ipv4/tcp.c | struct tcphdr *t1; |
t1 | 2567 | net/ipv4/tcp.c | t1 =(struct tcphdr *)skb_put(buff,sizeof(struct tcphdr)); |
t1 | 2569 | net/ipv4/tcp.c | memcpy(t1, th, sizeof(*t1)); |
t1 | 2570 | net/ipv4/tcp.c | t1->seq = ntohl(sk->write_seq); |
t1 | 2573 | net/ipv4/tcp.c | t1->ack = 1; |
t1 | 2574 | net/ipv4/tcp.c | t1->ack_seq = ntohl(sk->acked_seq); |
t1 | 2575 | net/ipv4/tcp.c | t1->window = ntohs(sk->window=tcp_select_window(sk)); |
t1 | 2576 | net/ipv4/tcp.c | t1->fin = 1; |
t1 | 2577 | net/ipv4/tcp.c | t1->rst = 0; |
t1 | 2578 | net/ipv4/tcp.c | t1->doff = sizeof(*t1)/4; |
t1 | 2579 | net/ipv4/tcp.c | tcp_send_check(t1, sk->saddr, sk->daddr, sizeof(*t1), sk); |
t1 | 2699 | net/ipv4/tcp.c | struct tcphdr *t1; |
t1 | 2736 | net/ipv4/tcp.c | t1 =(struct tcphdr *)skb_put(buff,sizeof(struct tcphdr)); |
t1 | 2737 | net/ipv4/tcp.c | memcpy(t1, th, sizeof(*t1)); |
t1 | 2743 | net/ipv4/tcp.c | t1->dest = th->source; |
t1 | 2744 | net/ipv4/tcp.c | t1->source = th->dest; |
t1 | 2745 | net/ipv4/tcp.c | t1->rst = 1; |
t1 | 2746 | net/ipv4/tcp.c | t1->window = 0; |
t1 | 2750 | net/ipv4/tcp.c | t1->ack = 0; |
t1 | 2751 | net/ipv4/tcp.c | t1->seq = th->ack_seq; |
t1 | 2752 | net/ipv4/tcp.c | t1->ack_seq = 0; |
t1 | 2756 | net/ipv4/tcp.c | t1->ack = 1; |
t1 | 2758 | net/ipv4/tcp.c | t1->ack_seq=htonl(th->seq); |
t1 | 2760 | net/ipv4/tcp.c | t1->ack_seq=htonl(th->seq+1); |
t1 | 2761 | net/ipv4/tcp.c | t1->seq=0; |
t1 | 2764 | net/ipv4/tcp.c | t1->syn = 0; |
t1 | 2765 | net/ipv4/tcp.c | t1->urg = 0; |
t1 | 2766 | net/ipv4/tcp.c | t1->fin = 0; |
t1 | 2767 | net/ipv4/tcp.c | t1->psh = 0; |
t1 | 2768 | net/ipv4/tcp.c | t1->doff = sizeof(*t1)/4; |
t1 | 2769 | net/ipv4/tcp.c | tcp_send_check(t1, saddr, daddr, sizeof(*t1), NULL); |
t1 | 2876 | net/ipv4/tcp.c | struct tcphdr *t1; |
t1 | 3112 | net/ipv4/tcp.c | t1 =(struct tcphdr *)skb_put(buff,sizeof(struct tcphdr)); |
t1 | 3114 | net/ipv4/tcp.c | memcpy(t1, skb->h.th, sizeof(*t1)); |
t1 | 3119 | net/ipv4/tcp.c | t1->dest = skb->h.th->source; |
t1 | 3120 | net/ipv4/tcp.c | t1->source = newsk->dummy_th.source; |
t1 | 3121 | net/ipv4/tcp.c | t1->seq = ntohl(newsk->write_seq++); |
t1 | 3122 | net/ipv4/tcp.c | t1->ack = 1; |
t1 | 3125 | net/ipv4/tcp.c | t1->window = ntohs(newsk->window); |
t1 | 3126 | net/ipv4/tcp.c | t1->res1 = 0; |
t1 | 3127 | net/ipv4/tcp.c | t1->res2 = 0; |
t1 | 3128 | net/ipv4/tcp.c | t1->rst = 0; |
t1 | 3129 | net/ipv4/tcp.c | t1->urg = 0; |
t1 | 3130 | net/ipv4/tcp.c | t1->psh = 0; |
t1 | 3131 | net/ipv4/tcp.c | t1->syn = 1; |
t1 | 3132 | net/ipv4/tcp.c | t1->ack_seq = ntohl(skb->h.th->seq+1); |
t1 | 3133 | net/ipv4/tcp.c | t1->doff = sizeof(*t1)/4+1; |
t1 | 3140 | net/ipv4/tcp.c | tcp_send_check(t1, daddr, saddr, sizeof(*t1)+4, newsk); |
t1 | 4477 | net/ipv4/tcp.c | struct tcphdr *t1; |
t1 | 4547 | net/ipv4/tcp.c | t1 = (struct tcphdr *) skb_put(buff,sizeof(struct tcphdr)); |
t1 | 4549 | net/ipv4/tcp.c | memcpy(t1,(void *)&(sk->dummy_th), sizeof(*t1)); |
t1 | 4550 | net/ipv4/tcp.c | t1->seq = ntohl(sk->write_seq++); |
t1 | 4553 | net/ipv4/tcp.c | t1->ack = 0; |
t1 | 4554 | net/ipv4/tcp.c | t1->window = 2; |
t1 | 4555 | net/ipv4/tcp.c | t1->res1=0; |
t1 | 4556 | net/ipv4/tcp.c | t1->res2=0; |
t1 | 4557 | net/ipv4/tcp.c | t1->rst = 0; |
t1 | 4558 | net/ipv4/tcp.c | t1->urg = 0; |
t1 | 4559 | net/ipv4/tcp.c | t1->psh = 0; |
t1 | 4560 | net/ipv4/tcp.c | t1->syn = 1; |
t1 | 4561 | net/ipv4/tcp.c | t1->urg_ptr = 0; |
t1 | 4562 | net/ipv4/tcp.c | t1->doff = 6; |
t1 | 4603 | net/ipv4/tcp.c | tcp_send_check(t1, sk->saddr, sk->daddr, |
t1 | 5134 | net/ipv4/tcp.c | struct tcphdr *t1; |
t1 | 5320 | net/ipv4/tcp.c | t1 = (struct tcphdr *)skb_put(buff,sizeof(struct tcphdr)); |
t1 | 5321 | net/ipv4/tcp.c | memcpy(t1,(void *) &sk->dummy_th, sizeof(*t1)); |
t1 | 5328 | net/ipv4/tcp.c | t1->seq = htonl(sk->sent_seq-1); |
t1 | 5329 | net/ipv4/tcp.c | t1->ack = 1; |
t1 | 5330 | net/ipv4/tcp.c | t1->res1= 0; |
t1 | 5331 | net/ipv4/tcp.c | t1->res2= 0; |
t1 | 5332 | net/ipv4/tcp.c | t1->rst = 0; |
t1 | 5333 | net/ipv4/tcp.c | t1->urg = 0; |
t1 | 5334 | net/ipv4/tcp.c | t1->psh = 0; |
t1 | 5335 | net/ipv4/tcp.c | t1->fin = 0; /* We are sending a 'previous' sequence, and 0 bytes of data - thus no FIN bit */ |
t1 | 5336 | net/ipv4/tcp.c | t1->syn = 0; |
t1 | 5337 | net/ipv4/tcp.c | t1->ack_seq = ntohl(sk->acked_seq); |
t1 | 5338 | net/ipv4/tcp.c | t1->window = ntohs(tcp_select_window(sk)); |
t1 | 5339 | net/ipv4/tcp.c | t1->doff = sizeof(*t1)/4; |
t1 | 5340 | net/ipv4/tcp.c | tcp_send_check(t1, sk->saddr, sk->daddr, sizeof(*t1), sk); |
t1 | 361 | net/netrom/af_netrom.c | val = (sk->nr->t1 * 2) / PR_SLOWHZ; |
t1 | 484 | net/netrom/af_netrom.c | nr->t1 = nr_default.timeout; |
t1 | 578 | net/netrom/af_netrom.c | nr->t1 = osk->nr->t1; |
t1 | 646 | net/netrom/af_netrom.c | sk->nr->t1timer = sk->nr->t1 = nr_calculate_t1(sk); |
t1 | 1379 | net/netrom/af_netrom.c | s->nr->t1 / PR_SLOWHZ, |
t1 | 195 | net/netrom/nr_out.c | sk->nr->t1timer = sk->nr->t1 = nr_calculate_t1(sk); |
t1 | 251 | net/netrom/nr_out.c | sk->nr->t1timer = sk->nr->t1 = nr_calculate_t1(sk); |
t1 | 285 | net/netrom/nr_out.c | sk->nr->t1timer = sk->nr->t1 = nr_calculate_t1(sk); |
t1 | 310 | net/netrom/nr_subr.c | sk->nr->rtt = (9 * sk->nr->rtt + sk->nr->t1 - sk->nr->t1timer) / 10; |
t1 | 187 | net/netrom/nr_timer.c | sk->nr->t1timer = sk->nr->t1 = nr_calculate_t1(sk); |