Home
last modified time | relevance | path

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

/net/tipc/
Dlink.c269 bool probe_reply, u16 rcvgap,
1772 u16 rcvgap = buf_seqno(skb_peek(dfq)) - l->rcv_nxt; in tipc_link_build_nack_msg() local
1775 rcvgap, 0, 0, xmitq); in tipc_link_build_nack_msg()
1856 bool probe_reply, u16 rcvgap, in tipc_link_build_proto_msg() argument
1878 rcvgap = buf_seqno(skb_peek(dfq)) - l->rcv_nxt; in tipc_link_build_proto_msg()
1905 msg_set_seq_gap(hdr, rcvgap); in tipc_link_build_proto_msg()
1930 if (rcvgap) in tipc_link_build_proto_msg()
2209 u16 rcvgap = 0; in tipc_link_proto_rcv() local
2331 rcvgap = peers_snd_nxt - l->rcv_nxt; in tipc_link_proto_rcv()
2332 if (rcvgap || reply) in tipc_link_proto_rcv()
[all …]