Home
last modified time | relevance | path

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

/linux-4.1.27/net/tipc/
Dlink.c538 tipc_link_proto_xmit(l_ptr, STATE_MSG, in link_state_event()
547 tipc_link_proto_xmit(l_ptr, STATE_MSG, 1, 0, 0, 0); in link_state_event()
557 tipc_link_proto_xmit(l_ptr, ACTIVATE_MSG, in link_state_event()
580 tipc_link_proto_xmit(l_ptr, ACTIVATE_MSG, in link_state_event()
591 tipc_link_proto_xmit(l_ptr, STATE_MSG, in link_state_event()
597 tipc_link_proto_xmit(l_ptr, STATE_MSG, in link_state_event()
607 tipc_link_proto_xmit(l_ptr, RESET_MSG, in link_state_event()
628 tipc_link_proto_xmit(l_ptr, STATE_MSG, 1, 0, 0, 0); in link_state_event()
637 tipc_link_proto_xmit(l_ptr, ACTIVATE_MSG, in link_state_event()
648 tipc_link_proto_xmit(l_ptr, RESET_MSG, 0, 0, 0, 0); in link_state_event()
[all …]
Dlink.h233 void tipc_link_proto_xmit(struct tipc_link *l_ptr, u32 msg_typ, int prob,
Dbcast.c415 tipc_link_proto_xmit(node->active_links[node->addr & 1], in bclink_accept_pkt()