Lines Matching refs:probe
268 static void tipc_link_build_proto_msg(struct tipc_link *l, int mtyp, bool probe,
846 bool probe = false; in tipc_link_timeout() local
866 probe = mstate->probing; in tipc_link_timeout()
867 probe |= l->silent_intv_cnt; in tipc_link_timeout()
868 if (probe || mstate->monitoring) in tipc_link_timeout()
870 probe |= !skb_queue_empty(&l->deferdq); in tipc_link_timeout()
873 probe = true; in tipc_link_timeout()
894 if (state || probe || setup) in tipc_link_timeout()
895 tipc_link_build_proto_msg(l, mtyp, probe, 0, 0, 0, 0, xmitq); in tipc_link_timeout()
1856 static void tipc_link_build_proto_msg(struct tipc_link *l, int mtyp, bool probe, in tipc_link_build_proto_msg() argument
1878 if ((probe || probe_reply) && !skb_queue_empty(dfq)) in tipc_link_build_proto_msg()
1909 msg_set_probe(hdr, probe); in tipc_link_build_proto_msg()
1910 msg_set_is_keepalive(hdr, probe || probe_reply); in tipc_link_build_proto_msg()
1929 if (probe) in tipc_link_build_proto_msg()