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,
1732 u16 rcvgap = buf_seqno(skb_peek(dfq)) - l->rcv_nxt; in tipc_link_build_nack_msg() local
1735 rcvgap, 0, 0, xmitq); in tipc_link_build_nack_msg()
1816 bool probe_reply, u16 rcvgap, in tipc_link_build_proto_msg() argument
1838 rcvgap = buf_seqno(skb_peek(dfq)) - l->rcv_nxt; in tipc_link_build_proto_msg()
1865 msg_set_seq_gap(hdr, rcvgap); in tipc_link_build_proto_msg()
1890 if (rcvgap) in tipc_link_build_proto_msg()
2169 u16 rcvgap = 0; in tipc_link_proto_rcv() local
2285 rcvgap = peers_snd_nxt - l->rcv_nxt; in tipc_link_proto_rcv()
2286 if (rcvgap || reply) in tipc_link_proto_rcv()
[all …]