Home
last modified time | relevance | path

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

/linux-3.4.99/net/tipc/
Dport.c57 static struct sk_buff *port_build_self_abort_msg(struct tipc_port *, u32 err);
409 abuf = port_build_self_abort_msg(p_ptr, err); in tipc_reject_msg()
457 buf = port_build_self_abort_msg(p_ptr, TIPC_ERR_NO_PORT); in port_timeout()
475 buf = port_build_self_abort_msg(p_ptr, TIPC_ERR_NO_NODE); in port_handle_node_down()
481 static struct sk_buff *port_build_self_abort_msg(struct tipc_port *p_ptr, u32 err) in port_build_self_abort_msg() function