Searched refs:rcvgap (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/net/tipc/ |
D | link.c | 118 u16 rcvgap, int tolerance, int priority, 1107 u16 rcvgap, int tolerance, int priority, in tipc_link_build_proto_msg() argument 1138 rcvgap = buf_seqno(skb_peek(&l->deferdq)) - l->rcv_nxt; in tipc_link_build_proto_msg() 1139 if (rcvgap) { in tipc_link_build_proto_msg() 1140 msg_set_seq_gap(hdr, rcvgap); in tipc_link_build_proto_msg() 1238 u16 rcvgap = 0; in tipc_link_proto_rcv() local 1315 rcvgap = peers_snd_nxt - l->rcv_nxt; in tipc_link_proto_rcv() 1316 if (rcvgap || (msg_probe(hdr))) in tipc_link_proto_rcv() 1317 tipc_link_build_proto_msg(l, STATE_MSG, 0, rcvgap, in tipc_link_proto_rcv()
|