Searched refs:win (Results 1 – 7 of 7) sorted by relevance
| /net/netfilter/ |
| A D | nf_conntrack_proto_tcp.c | 460 u32 end, u32 win, in tcp_init_sender() argument 468 sender->td_maxwin = (win == 0 ? 1 : win); in tcp_init_sender() 518 __u32 seq, ack, sack, end, win, swin; in tcp_in_window() local 529 win = win_raw; in tcp_in_window() 547 end, win, dir); in tcp_in_window() 558 swin = win << sender->td_scale; in tcp_in_window() 590 end, win, dir); in tcp_in_window() 671 win <<= sender->td_scale; in tcp_in_window() 674 swin = win + (sack - ack); in tcp_in_window() 694 receiver->td_maxend = sack + win; in tcp_in_window() [all …]
|
| /net/tipc/ |
| A D | bcast.c | 653 u32 win; in tipc_nl_bc_link_set() local 682 win = nla_get_u32(props[TIPC_NLA_PROP_WIN]); in tipc_nl_bc_link_set() 683 err = tipc_bc_link_set_queue_limits(net, win); in tipc_nl_bc_link_set()
|
| /net/mptcp/ |
| A D | options.c | 1265 u64 win; in mptcp_set_rwin() local 1295 win = rcv_wnd_old - ack_seq; in mptcp_set_rwin() 1296 tp->rcv_wnd = min_t(u64, win, U32_MAX); in mptcp_set_rwin()
|
| A D | protocol.h | 402 static inline int mptcp_space_from_win(const struct sock *sk, int win) in mptcp_space_from_win() argument 404 return __tcp_space_from_win(mptcp_sk(sk)->scaling_ratio, win); in mptcp_space_from_win()
|
| /net/sunrpc/auth_gss/ |
| A D | auth_gss.c | 2119 u32 win, seq_xmit = 0; in gss_xmit_need_reencode() local 2139 win = ctx->gc_win; in gss_xmit_need_reencode() 2140 if (win > 0) in gss_xmit_need_reencode() 2141 ret = !gss_seq_is_newer(*req->rq_seqnos, seq_xmit - win); in gss_xmit_need_reencode()
|
| /net/ipv6/ |
| A D | tcp_ipv6.c | 867 u32 ack, u32 win, u32 tsval, u32 tsecr, in tcp_v6_send_response() argument 916 t1->window = htons(win); in tcp_v6_send_response() 1153 u32 ack, u32 win, u32 tsval, u32 tsecr, int oif, in tcp_v6_send_ack() argument 1157 tcp_v6_send_response(sk, skb, seq, ack, win, tsval, tsecr, oif, 0, in tcp_v6_send_ack()
|
| /net/ipv4/ |
| A D | tcp_ipv4.c | 939 u32 win, u32 tsval, u32 tsecr, int oif, in tcp_v4_send_ack() argument 974 rep.th.window = htons(win); in tcp_v4_send_ack()
|
Completed in 34 milliseconds