Searched refs:tipc_msg_create (Results 1 – 5 of 5) sorted by relevance
/net/tipc/ |
D | socket.c | 497 buf = tipc_msg_create(TIPC_CRITICAL_IMPORTANCE, TIPC_CONN_MSG, in tipc_release() 1264 buf = tipc_msg_create(CONN_MANAGER, CONN_ACK, INT_H_SIZE, 0, dnode, in tipc_sk_send_ack() 2083 buf = tipc_msg_create(TIPC_CRITICAL_IMPORTANCE, in tipc_shutdown() 2135 buf = tipc_msg_create(TIPC_CRITICAL_IMPORTANCE, TIPC_CONN_MSG, in tipc_sk_timeout() 2140 buf = tipc_msg_create(CONN_MANAGER, CONN_PROBE, INT_H_SIZE, in tipc_sk_timeout()
|
D | msg.c | 65 struct sk_buff *tipc_msg_create(uint user, uint type, uint hdr_sz, in tipc_msg_create() function
|
D | node.c | 203 buf = tipc_msg_create(TIPC_CRITICAL_IMPORTANCE, TIPC_CONN_MSG, in tipc_node_abort_sock_conns()
|
D | msg.h | 736 struct sk_buff *tipc_msg_create(uint user, uint type, uint hdr_sz,
|
D | link.c | 336 buf = tipc_msg_create(SOCK_WAKEUP, 0, INT_H_SIZE, 0, tipc_own_addr, in link_schedule_user()
|