Home
last modified time | relevance | path

Searched refs:t1 (Results 1 – 17 of 17) sorted by relevance

/net/mctp/test/
A Droute-test.c616 struct test_net t1, t2; in mctp_test_route_input_multiple_nets_bind() local
619 t1.netid = 1; in mctp_test_route_input_multiple_nets_bind()
622 t1.msg.type = 0; in mctp_test_route_input_multiple_nets_bind()
628 rc = mctp_dst_input(&t1.dst, t1.skb); in mctp_test_route_input_multiple_nets_bind()
635 KUNIT_EXPECT_EQ(test, rx_skb1->len, sizeof(t1.msg)); in mctp_test_route_input_multiple_nets_bind()
638 t1.netid); in mctp_test_route_input_multiple_nets_bind()
697 struct test_net t1, t2; in mctp_test_route_input_multiple_nets_key() local
700 t1.netid = 1; in mctp_test_route_input_multiple_nets_key()
704 t1.msg.type = 1; in mctp_test_route_input_multiple_nets_key()
710 rc = mctp_dst_input(&t1.dst, t1.skb); in mctp_test_route_input_multiple_nets_key()
[all …]
/net/lapb/
A Dlapb_iface.c126 lapb->t1 = LAPB_DEFAULT_T1; in lapb_create_cb()
220 parms->t1 = lapb->t1 / HZ; in lapb_getparms()
257 if (parms->t1 < 1 || parms->t2 < 1 || parms->n2 < 1) in lapb_setparms()
272 lapb->t1 = parms->t1 * HZ; in lapb_setparms()
A Dlapb_timer.c41 lapb->t1timer.expires = jiffies + lapb->t1; in lapb_start_t1timer()
/net/ipv6/
A Dtcp_ipv6.c878 struct tcphdr *t1; in tcp_v6_send_response() local
908 memset(t1, 0, sizeof(*t1)); in tcp_v6_send_response()
909 t1->dest = th->source; in tcp_v6_send_response()
910 t1->source = th->dest; in tcp_v6_send_response()
911 t1->doff = tot_len / 4; in tcp_v6_send_response()
912 t1->seq = htonl(seq); in tcp_v6_send_response()
913 t1->ack_seq = htonl(ack); in tcp_v6_send_response()
915 t1->rst = rst; in tcp_v6_send_response()
916 t1->window = htons(win); in tcp_v6_send_response()
950 t1, key->sne); in tcp_v6_send_response()
[all …]
/net/wireless/
A Dchan.c1038 unsigned int t1 = 0, t2 = 0; in cfg80211_chandef_dfs_cac_time() local
1051 t1 = INT_MAX; in cfg80211_chandef_dfs_cac_time()
1060 if (cf == 1 && c->dfs_cac_ms > t1) in cfg80211_chandef_dfs_cac_time()
1061 t1 = c->dfs_cac_ms; in cfg80211_chandef_dfs_cac_time()
1067 if (t1 == INT_MAX && t2 == INT_MAX) in cfg80211_chandef_dfs_cac_time()
1070 if (t1 == INT_MAX) in cfg80211_chandef_dfs_cac_time()
1074 return t1; in cfg80211_chandef_dfs_cac_time()
1076 return max(t1, t2); in cfg80211_chandef_dfs_cac_time()
/net/netrom/
A Daf_netrom.c316 nr->t1 = opt * HZ; in nr_setsockopt()
367 val = nr->t1 / HZ; in nr_getsockopt()
455 nr->t1 = in nr_create()
505 nr->t1 = onr->t1; in nr_make_new()
1010 if (timeout * HZ < nr_make->t1) in nr_rx_frame()
1011 nr_make->t1 = timeout * HZ; in nr_rx_frame()
1320 nr->t1 / HZ, in nr_info_show()
A Dnr_subr.c157 timeout = nr->t1 / HZ; in nr_write_internal()
A Dnr_timer.c52 sk_reset_timer(sk, &nr->t1timer, jiffies + nr->t1); in nr_start_t1timer()
/net/rxrpc/
A Dinput_rack.c12 static bool rxrpc_rack_sent_after(ktime_t t1, rxrpc_seq_t seq1, in rxrpc_rack_sent_after() argument
15 if (ktime_after(t1, t2)) in rxrpc_rack_sent_after()
17 return t1 == t2 && after(seq1, seq2); in rxrpc_rack_sent_after()
/net/ax25/
A Daf_ax25.c421 ax25->t1 = ax25_ctl.arg * HZ; in ax25_ctl_ioctl()
473 ax25->t1 = msecs_to_jiffies(ax25_dev->values[AX25_VALUES_T1]); in ax25_fillin_cb_from_dev()
507 ax25->t1 = msecs_to_jiffies(AX25_DEF_T1); in ax25_fillin_cb()
599 ax25->t1 = opt * HZ; in ax25_setsockopt()
749 val = ax25->t1 / HZ; in ax25_getsockopt()
967 ax25->t1 = oax25->t1; in ax25_make_new()
1850 ax25_info.t1 = ax25->t1 / HZ; in ax25_ioctl()
1978 ax25_display_timer(&ax25->t1timer) / HZ, ax25->t1 / HZ, in ax25_info_show()
A Dax25_subr.c239 ax25->t1 = t * ax25->rtt; in ax25_calculate_t1()
251 ax25->rtt = (9 * ax25->rtt + ax25->t1 - ax25_display_timer(&ax25->t1timer)) / 10; in ax25_calculate_rtt()
A Dax25_timer.c55 mod_timer(&ax25->t1timer, jiffies + ax25->t1); in ax25_start_t1timer()
/net/rose/
A Daf_rose.c419 rose->t1 = opt * HZ; in rose_setsockopt()
478 val = rose->t1 / HZ; in rose_getsockopt()
578 rose->t1 = msecs_to_jiffies(sysctl_rose_call_request_timeout); in rose_create()
623 rose->t1 = orose->t1; in rose_make_new()
1491 rose->t1 / HZ, in rose_info_show()
A Drose_timer.c49 rose->timer.expires = jiffies + rose->t1; in rose_start_t1timer()
/net/netfilter/ipvs/
A Dip_vs_est.c644 ktime_t t1, t2; in ip_vs_est_calc_limits() local
676 t1 = ktime_get(); in ip_vs_est_calc_limits()
688 diff = ktime_to_ns(ktime_sub(t2, t1)); in ip_vs_est_calc_limits()
/net/sched/
A Dsch_netem.c676 u64 t1, t2; in netem_peek() local
683 t1 = netem_skb_cb(skb)->time_to_send; in netem_peek()
685 if (t1 < t2) in netem_peek()
/net/sunrpc/
A Dsvc_xprt.c1085 struct llist_node *q, **t1, *t2; in svc_clean_up_xprts() local
1088 lwq_for_each_safe(xprt, t1, t2, &q, xpt_ready) { in svc_clean_up_xprts()

Completed in 50 milliseconds