tag | line | file | source code |
t1 | 312 | drivers/net/pi2.c | unsigned int t1; |
t1 | 317 | drivers/net/pi2.c | t1 = time; |
t1 | 321 | drivers/net/pi2.c | t1 = 10 * time; /* 10s of milliseconds for the B channel */ |
t1 | 330 | drivers/net/pi2.c | outb_p((t1 << 1) & 0xFF, port); |
t1 | 331 | 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 | 534 | net/ax25/af_ax25.c | ax25->t1 = AX25_DEF_T1 * PR_SLOWHZ; |
t1 | 580 | net/ax25/af_ax25.c | ax25->t1 = ax25_dev_get_value(dev, AX25_VALUES_T1); |
t1 | 792 | net/ax25/af_ax25.c | val = (sk->ax25->t1 * 2) / PR_SLOWHZ; |
t1 | 1016 | net/ax25/af_ax25.c | ax25->t1 = osk->ax25->t1; |
t1 | 1085 | net/ax25/af_ax25.c | sk->ax25->t1timer = sk->ax25->t1 = ax25_calculate_t1(sk->ax25); |
t1 | 2042 | 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 | 1552 | net/ipv4/tcp.c | struct tcphdr *t1; |
t1 | 1601 | net/ipv4/tcp.c | t1 =(struct tcphdr *)skb_put(buff,sizeof(struct tcphdr)); |
t1 | 1603 | net/ipv4/tcp.c | memcpy(t1, th, sizeof(*t1)); |
t1 | 1609 | net/ipv4/tcp.c | t1->dest = th->source; |
t1 | 1610 | net/ipv4/tcp.c | t1->source = th->dest; |
t1 | 1611 | net/ipv4/tcp.c | t1->seq = ntohl(sequence); |
t1 | 1612 | net/ipv4/tcp.c | t1->ack = 1; |
t1 | 1614 | net/ipv4/tcp.c | t1->window = ntohs(sk->window); |
t1 | 1615 | net/ipv4/tcp.c | t1->res1 = 0; |
t1 | 1616 | net/ipv4/tcp.c | t1->res2 = 0; |
t1 | 1617 | net/ipv4/tcp.c | t1->rst = 0; |
t1 | 1618 | net/ipv4/tcp.c | t1->urg = 0; |
t1 | 1619 | net/ipv4/tcp.c | t1->syn = 0; |
t1 | 1620 | net/ipv4/tcp.c | t1->psh = 0; |
t1 | 1621 | net/ipv4/tcp.c | t1->fin = 0; |
t1 | 1649 | net/ipv4/tcp.c | t1->ack_seq = htonl(ack); |
t1 | 1650 | net/ipv4/tcp.c | t1->doff = sizeof(*t1)/4; |
t1 | 1651 | net/ipv4/tcp.c | tcp_send_check(t1, sk->saddr, daddr, sizeof(*t1), sk); |
t1 | 2059 | net/ipv4/tcp.c | struct tcphdr *t1; |
t1 | 2107 | net/ipv4/tcp.c | t1 =(struct tcphdr *)skb_put(buff,sizeof(struct tcphdr)); |
t1 | 2109 | net/ipv4/tcp.c | memcpy(t1,(void *) &sk->dummy_th, sizeof(*t1)); |
t1 | 2110 | net/ipv4/tcp.c | t1->seq = htonl(sk->sent_seq); |
t1 | 2111 | net/ipv4/tcp.c | t1->ack = 1; |
t1 | 2112 | net/ipv4/tcp.c | t1->res1 = 0; |
t1 | 2113 | net/ipv4/tcp.c | t1->res2 = 0; |
t1 | 2114 | net/ipv4/tcp.c | t1->rst = 0; |
t1 | 2115 | net/ipv4/tcp.c | t1->urg = 0; |
t1 | 2116 | net/ipv4/tcp.c | t1->syn = 0; |
t1 | 2117 | net/ipv4/tcp.c | t1->psh = 0; |
t1 | 2121 | net/ipv4/tcp.c | t1->window = htons(sk->window); |
t1 | 2122 | net/ipv4/tcp.c | t1->ack_seq = htonl(sk->acked_seq); |
t1 | 2123 | net/ipv4/tcp.c | t1->doff = sizeof(*t1)/4; |
t1 | 2124 | net/ipv4/tcp.c | tcp_send_check(t1, sk->saddr, sk->daddr, sizeof(*t1), sk); |
t1 | 2591 | net/ipv4/tcp.c | struct tcphdr *t1; |
t1 | 2646 | net/ipv4/tcp.c | t1 =(struct tcphdr *)skb_put(buff,sizeof(struct tcphdr)); |
t1 | 2648 | net/ipv4/tcp.c | memcpy(t1, th, sizeof(*t1)); |
t1 | 2652 | net/ipv4/tcp.c | t1->seq = htonl(buff->seq); |
t1 | 2653 | net/ipv4/tcp.c | t1->ack = 1; |
t1 | 2654 | net/ipv4/tcp.c | t1->ack_seq = htonl(sk->acked_seq); |
t1 | 2655 | net/ipv4/tcp.c | t1->window = htons(sk->window=tcp_select_window(sk)); |
t1 | 2656 | net/ipv4/tcp.c | t1->fin = 1; |
t1 | 2657 | net/ipv4/tcp.c | t1->rst = 0; |
t1 | 2658 | net/ipv4/tcp.c | t1->doff = sizeof(*t1)/4; |
t1 | 2659 | net/ipv4/tcp.c | tcp_send_check(t1, sk->saddr, sk->daddr, sizeof(*t1), sk); |
t1 | 2748 | net/ipv4/tcp.c | struct tcphdr *t1; |
t1 | 2785 | net/ipv4/tcp.c | t1 =(struct tcphdr *)skb_put(buff,sizeof(struct tcphdr)); |
t1 | 2786 | net/ipv4/tcp.c | memcpy(t1, th, sizeof(*t1)); |
t1 | 2792 | net/ipv4/tcp.c | t1->dest = th->source; |
t1 | 2793 | net/ipv4/tcp.c | t1->source = th->dest; |
t1 | 2794 | net/ipv4/tcp.c | t1->rst = 1; |
t1 | 2795 | net/ipv4/tcp.c | t1->window = 0; |
t1 | 2799 | net/ipv4/tcp.c | t1->ack = 0; |
t1 | 2800 | net/ipv4/tcp.c | t1->seq = th->ack_seq; |
t1 | 2801 | net/ipv4/tcp.c | t1->ack_seq = 0; |
t1 | 2805 | net/ipv4/tcp.c | t1->ack = 1; |
t1 | 2807 | net/ipv4/tcp.c | t1->ack_seq = th->seq; |
t1 | 2809 | net/ipv4/tcp.c | t1->ack_seq = htonl(ntohl(th->seq)+1); |
t1 | 2810 | net/ipv4/tcp.c | t1->seq = 0; |
t1 | 2813 | net/ipv4/tcp.c | t1->syn = 0; |
t1 | 2814 | net/ipv4/tcp.c | t1->urg = 0; |
t1 | 2815 | net/ipv4/tcp.c | t1->fin = 0; |
t1 | 2816 | net/ipv4/tcp.c | t1->psh = 0; |
t1 | 2817 | net/ipv4/tcp.c | t1->doff = sizeof(*t1)/4; |
t1 | 2818 | net/ipv4/tcp.c | tcp_send_check(t1, saddr, daddr, sizeof(*t1), NULL); |
t1 | 2925 | net/ipv4/tcp.c | struct tcphdr *t1; |
t1 | 3169 | net/ipv4/tcp.c | t1 =(struct tcphdr *)skb_put(buff,sizeof(struct tcphdr)); |
t1 | 3171 | net/ipv4/tcp.c | memcpy(t1, skb->h.th, sizeof(*t1)); |
t1 | 3177 | net/ipv4/tcp.c | t1->dest = skb->h.th->source; |
t1 | 3178 | net/ipv4/tcp.c | t1->source = newsk->dummy_th.source; |
t1 | 3179 | net/ipv4/tcp.c | t1->seq = ntohl(buff->seq); |
t1 | 3180 | net/ipv4/tcp.c | t1->ack = 1; |
t1 | 3183 | net/ipv4/tcp.c | t1->window = ntohs(newsk->window); |
t1 | 3184 | net/ipv4/tcp.c | t1->res1 = 0; |
t1 | 3185 | net/ipv4/tcp.c | t1->res2 = 0; |
t1 | 3186 | net/ipv4/tcp.c | t1->rst = 0; |
t1 | 3187 | net/ipv4/tcp.c | t1->urg = 0; |
t1 | 3188 | net/ipv4/tcp.c | t1->psh = 0; |
t1 | 3189 | net/ipv4/tcp.c | t1->syn = 1; |
t1 | 3190 | net/ipv4/tcp.c | t1->ack_seq = htonl(newsk->acked_seq); |
t1 | 3191 | net/ipv4/tcp.c | t1->doff = sizeof(*t1)/4+1; |
t1 | 3198 | net/ipv4/tcp.c | tcp_send_check(t1, daddr, saddr, sizeof(*t1)+4, newsk); |
t1 | 4536 | net/ipv4/tcp.c | struct tcphdr *t1; |
t1 | 4605 | net/ipv4/tcp.c | t1 = (struct tcphdr *) skb_put(buff,sizeof(struct tcphdr)); |
t1 | 4607 | net/ipv4/tcp.c | memcpy(t1,(void *)&(sk->dummy_th), sizeof(*t1)); |
t1 | 4609 | net/ipv4/tcp.c | t1->seq = htonl(buff->seq); |
t1 | 4612 | net/ipv4/tcp.c | t1->ack = 0; |
t1 | 4613 | net/ipv4/tcp.c | t1->window = 2; |
t1 | 4614 | net/ipv4/tcp.c | t1->res1=0; |
t1 | 4615 | net/ipv4/tcp.c | t1->res2=0; |
t1 | 4616 | net/ipv4/tcp.c | t1->rst = 0; |
t1 | 4617 | net/ipv4/tcp.c | t1->urg = 0; |
t1 | 4618 | net/ipv4/tcp.c | t1->psh = 0; |
t1 | 4619 | net/ipv4/tcp.c | t1->syn = 1; |
t1 | 4620 | net/ipv4/tcp.c | t1->urg_ptr = 0; |
t1 | 4621 | net/ipv4/tcp.c | t1->doff = 6; |
t1 | 4669 | net/ipv4/tcp.c | tcp_send_check(t1, sk->saddr, sk->daddr, |
t1 | 5212 | net/ipv4/tcp.c | struct tcphdr *t1; |
t1 | 5398 | net/ipv4/tcp.c | t1 = (struct tcphdr *)skb_put(buff,sizeof(struct tcphdr)); |
t1 | 5399 | net/ipv4/tcp.c | memcpy(t1,(void *) &sk->dummy_th, sizeof(*t1)); |
t1 | 5406 | net/ipv4/tcp.c | t1->seq = htonl(sk->sent_seq-1); |
t1 | 5407 | net/ipv4/tcp.c | t1->ack = 1; |
t1 | 5408 | net/ipv4/tcp.c | t1->res1= 0; |
t1 | 5409 | net/ipv4/tcp.c | t1->res2= 0; |
t1 | 5410 | net/ipv4/tcp.c | t1->rst = 0; |
t1 | 5411 | net/ipv4/tcp.c | t1->urg = 0; |
t1 | 5412 | net/ipv4/tcp.c | t1->psh = 0; |
t1 | 5413 | net/ipv4/tcp.c | t1->fin = 0; /* We are sending a 'previous' sequence, and 0 bytes of data - thus no FIN bit */ |
t1 | 5414 | net/ipv4/tcp.c | t1->syn = 0; |
t1 | 5415 | net/ipv4/tcp.c | t1->ack_seq = htonl(sk->acked_seq); |
t1 | 5416 | net/ipv4/tcp.c | t1->window = htons(tcp_select_window(sk)); |
t1 | 5417 | net/ipv4/tcp.c | t1->doff = sizeof(*t1)/4; |
t1 | 5418 | net/ipv4/tcp.c | tcp_send_check(t1, sk->saddr, sk->daddr, sizeof(*t1), sk); |
t1 | 363 | net/netrom/af_netrom.c | val = (sk->nr->t1 * 2) / PR_SLOWHZ; |
t1 | 486 | net/netrom/af_netrom.c | nr->t1 = nr_default.timeout; |
t1 | 580 | net/netrom/af_netrom.c | nr->t1 = osk->nr->t1; |
t1 | 648 | net/netrom/af_netrom.c | sk->nr->t1timer = sk->nr->t1 = nr_calculate_t1(sk); |
t1 | 1311 | 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); |