Lines Matching defs:method
828 struct tipc_mc_method *method = &tsk->mc_method;
866 rc = tipc_mcast_xmit(net, &pkts, method, &dsts,
889 struct tipc_mc_method *method = &tsk->mc_method;
920 method->rcast = true;
921 method->mandatory = true;
1072 struct tipc_mc_method *method = &tsk->mc_method;
1073 bool ack = method->mandatory && method->rcast;
1114 rc = tipc_mcast_xmit(net, &pkts, method, dsts, &tsk->cong_link_cnt);
1121 /* Broadcast link is now free to choose method for next broadcast */
1122 method->mandatory = false;
1123 method->expires = jiffies;