Home
last modified time | relevance | path

Searched refs:win (Results 1 – 7 of 7) sorted by relevance

/net/netfilter/
Dnf_conntrack_proto_tcp.c474 __u32 seq, ack, sack, end, win, swin; in tcp_in_window() local
485 win = win_raw; in tcp_in_window()
500 seq, ack, receiver_offset, sack, receiver_offset, win, end); in tcp_in_window()
519 sender->td_maxwin = (win == 0 ? 1 : win); in tcp_in_window()
541 swin = win << sender->td_scale; in tcp_in_window()
571 sender->td_maxwin = (win == 0 ? 1 : win); in tcp_in_window()
600 seq, ack, receiver_offset, sack, receiver_offset, win, end); in tcp_in_window()
626 win <<= sender->td_scale; in tcp_in_window()
631 swin = win + (sack - ack); in tcp_in_window()
651 if (after(sack + win, receiver->td_maxend - 1)) { in tcp_in_window()
[all …]
/net/tipc/
Dbcast.c641 u32 win; in tipc_nl_bc_link_set() local
670 win = nla_get_u32(props[TIPC_NLA_PROP_WIN]); in tipc_nl_bc_link_set()
671 err = tipc_bc_link_set_queue_limits(net, win); in tipc_nl_bc_link_set()
Dlink.c2309 void tipc_link_set_queue_limits(struct tipc_link *l, u32 win) in tipc_link_set_queue_limits() argument
2313 l->window = win; in tipc_link_set_queue_limits()
2314 l->backlog[TIPC_LOW_IMPORTANCE].limit = max_t(u16, 50, win); in tipc_link_set_queue_limits()
2315 l->backlog[TIPC_MEDIUM_IMPORTANCE].limit = max_t(u16, 100, win * 2); in tipc_link_set_queue_limits()
2316 l->backlog[TIPC_HIGH_IMPORTANCE].limit = max_t(u16, 150, win * 3); in tipc_link_set_queue_limits()
2317 l->backlog[TIPC_CRITICAL_IMPORTANCE].limit = max_t(u16, 200, win * 4); in tipc_link_set_queue_limits()
2370 u32 win; in tipc_nl_parse_link_prop() local
2372 win = nla_get_u32(props[TIPC_NLA_PROP_WIN]); in tipc_nl_parse_link_prop()
2373 if ((win < TIPC_MIN_LINK_WIN) || (win > TIPC_MAX_LINK_WIN)) in tipc_nl_parse_link_prop()
Dnode.c2268 u32 win; in tipc_nl_node_set_link() local
2270 win = nla_get_u32(props[TIPC_NLA_PROP_WIN]); in tipc_nl_node_set_link()
2271 tipc_link_set_queue_limits(link, win); in tipc_nl_node_set_link()
/net/ipv6/
Dtcp_ipv6.c824 u32 ack, u32 win, u32 tsval, u32 tsecr, in tcp_v6_send_response() argument
865 t1->window = htons(win); in tcp_v6_send_response()
1036 u32 ack, u32 win, u32 tsval, u32 tsecr, int oif, in tcp_v6_send_ack() argument
1040 tcp_v6_send_response(sk, skb, seq, ack, win, tsval, tsecr, oif, key, 0, in tcp_v6_send_ack()
/net/sunrpc/auth_gss/
Dauth_gss.c2073 u32 win, seq_xmit = 0; in gss_xmit_need_reencode() local
2093 win = ctx->gc_win; in gss_xmit_need_reencode()
2094 if (win > 0) in gss_xmit_need_reencode()
2095 ret = !gss_seq_is_newer(req->rq_seqno, seq_xmit - win); in gss_xmit_need_reencode()
/net/ipv4/
Dtcp_ipv4.c806 u32 win, u32 tsval, u32 tsecr, int oif, in tcp_v4_send_ack() argument
845 rep.th.window = htons(win); in tcp_v4_send_ack()