/net/tipc/ |
D | msg.c | 76 u32 hsize, u32 dnode) in tipc_msg_init() argument 87 msg_set_destnode(m, dnode); in tipc_msg_init() 92 uint hdr_sz, uint data_sz, u32 dnode, in tipc_msg_create() argument 103 tipc_msg_init(onode, msg, user, type, hdr_sz, dnode); in tipc_msg_create() 110 msg_set_destnode(msg, dnode); in tipc_msg_create() 435 u32 mtu, u32 dnode) in tipc_msg_make_bundle() argument 458 INT_H_SIZE, dnode); in tipc_msg_make_bundle() 542 u32 dport, dnode; in tipc_msg_lookup_dest() local 557 dnode = addr_domain(net, msg_lookup_scope(msg)); in tipc_msg_lookup_dest() 559 msg_nameinst(msg), &dnode); in tipc_msg_lookup_dest() [all …]
|
D | name_distr.c | 141 u32 dnode, struct list_head *pls) in named_distribute() argument 146 u32 msg_dsz = ((tipc_node_get_mtu(net, dnode, 0) - INT_H_SIZE) / in named_distribute() 154 dnode); in named_distribute() 185 void tipc_named_node_up(struct net *net, u32 dnode) in tipc_named_node_up() argument 193 named_distribute(net, &head, dnode, in tipc_named_node_up() 195 named_distribute(net, &head, dnode, in tipc_named_node_up() 199 tipc_node_xmit(net, &head, dnode, 0); in tipc_named_node_up()
|
D | socket.c | 231 u32 dnode; in tipc_sk_respond() local 237 dnode = msg_destnode(buf_msg(skb)); in tipc_sk_respond() 239 tipc_node_xmit_skb(sock_net(sk), skb, dnode, selector); in tipc_sk_respond() 491 u32 dnode = tsk_peer_node(tsk); in __tipc_shutdown() local 509 tipc_node_remove_conn(net, dnode, tsk->portid); in __tipc_shutdown() 519 TIPC_CONN_MSG, SHORT_H_SIZE, 0, dnode, in __tipc_shutdown() 523 tipc_node_xmit_skb(net, skb, dnode, tsk->portid); in __tipc_shutdown() 524 tipc_node_remove_conn(net, dnode, tsk->portid); in __tipc_shutdown() 938 u32 dnode, dport; in __tipc_sendmsg() local 977 dnode = domain; in __tipc_sendmsg() [all …]
|
D | node.h | 69 int tipc_node_xmit(struct net *net, struct sk_buff_head *list, u32 dnode, 76 int tipc_node_add_conn(struct net *net, u32 dnode, u32 port, u32 peer_port); 77 void tipc_node_remove_conn(struct net *net, u32 dnode, u32 port);
|
D | node.c | 447 int tipc_node_add_conn(struct net *net, u32 dnode, u32 port, u32 peer_port) in tipc_node_add_conn() argument 453 if (in_own_node(net, dnode)) in tipc_node_add_conn() 456 node = tipc_node_find(net, dnode); in tipc_node_add_conn() 458 pr_warn("Connecting sock to node 0x%x failed\n", dnode); in tipc_node_add_conn() 466 conn->peer_node = dnode; in tipc_node_add_conn() 478 void tipc_node_remove_conn(struct net *net, u32 dnode, u32 port) in tipc_node_remove_conn() argument 483 if (in_own_node(net, dnode)) in tipc_node_remove_conn() 486 node = tipc_node_find(net, dnode); in tipc_node_remove_conn() 1180 u32 dnode, int selector) in tipc_node_xmit() argument 1188 if (in_own_node(net, dnode)) { in tipc_node_xmit() [all …]
|
D | name_distr.h | 72 void tipc_named_node_up(struct net *net, u32 dnode);
|
D | msg.h | 824 uint data_sz, u32 dnode, u32 onode, 829 u32 mtu, u32 dnode);
|
D | link.c | 790 u32 dnode = tipc_own_addr(l->net); in link_schedule_user() local 796 dnode, l->addr, dport, 0, 0); in link_schedule_user() 1784 u32 dnode = msg_destnode(hdr); in tipc_link_bc_nack_rcv() local 1800 if (dnode == tipc_own_addr(l->net)) { in tipc_link_bc_nack_rcv()
|