Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/tipc/
Dlink.c241 bool probe_reply, u16 rcvgap,
1737 u16 rcvgap = buf_seqno(skb_peek(dfq)) - l->rcv_nxt; in tipc_link_build_nack_msg() local
1740 rcvgap, 0, 0, xmitq); in tipc_link_build_nack_msg()
1821 bool probe_reply, u16 rcvgap, in tipc_link_build_proto_msg() argument
1843 rcvgap = buf_seqno(skb_peek(dfq)) - l->rcv_nxt; in tipc_link_build_proto_msg()
1870 msg_set_seq_gap(hdr, rcvgap); in tipc_link_build_proto_msg()
1895 if (rcvgap) in tipc_link_build_proto_msg()
2174 u16 rcvgap = 0; in tipc_link_proto_rcv() local
2293 rcvgap = peers_snd_nxt - l->rcv_nxt; in tipc_link_proto_rcv()
2294 if (rcvgap || reply) in tipc_link_proto_rcv()
[all …]