Home
last modified time | relevance | path

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

/net/tipc/
Dport.c64 static struct sk_buff* port_build_self_abort_msg(struct port *,u32 err);
465 abuf = port_build_self_abort_msg(p_ptr, err); in tipc_reject_msg()
507 buf = port_build_self_abort_msg(p_ptr, TIPC_ERR_NO_PORT); in port_timeout()
534 buf = port_build_self_abort_msg(p_ptr, TIPC_ERR_NO_NODE); in port_handle_node_down()
540 static struct sk_buff *port_build_self_abort_msg(struct port *p_ptr, u32 err) in port_build_self_abort_msg() function
601 abort_buf = port_build_self_abort_msg(p_ptr, err); in tipc_port_recv_proto_msg()