Lines Matching defs:probe
268 static void tipc_link_build_proto_msg(struct tipc_link *l, int mtyp, bool probe,
846 bool probe = false;
866 probe = mstate->probing;
867 probe |= l->silent_intv_cnt;
868 if (probe || mstate->monitoring)
870 probe |= !skb_queue_empty(&l->deferdq);
873 probe = true;
894 if (state || probe || setup)
895 tipc_link_build_proto_msg(l, mtyp, probe, 0, 0, 0, 0, xmitq);
1799 /* Don't send probe at next timeout expiration */
1856 static void tipc_link_build_proto_msg(struct tipc_link *l, int mtyp, bool probe,
1878 if ((probe || probe_reply) && !skb_queue_empty(dfq))
1909 msg_set_probe(hdr, probe);
1910 msg_set_is_keepalive(hdr, probe || probe_reply);
1929 if (probe)