Home
last modified time | relevance | path

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

/net/tipc/
Dname_distr.c159 u32 dnode, struct list_head *pls, u16 seqno) in named_distribute() argument
164 u32 msg_dsz = ((tipc_node_get_mtu(net, dnode, 0, false) - INT_H_SIZE) / in named_distribute()
173 dnode); in named_distribute()
214 void tipc_named_node_up(struct net *net, u32 dnode, u16 capabilities) in tipc_named_node_up() argument
229 named_distribute(net, &head, dnode, &nt->cluster_scope, seqno); in tipc_named_node_up()
230 tipc_node_xmit(net, &head, dnode, 0); in tipc_named_node_up()
Dnode.h101 int tipc_node_xmit(struct net *net, struct sk_buff_head *list, u32 dnode,
109 int tipc_node_add_conn(struct net *net, u32 dnode, u32 port, u32 peer_port);
110 void tipc_node_remove_conn(struct net *net, u32 dnode, u32 port);
Dmsg.c82 u32 hsize, u32 dnode) in tipc_msg_init() argument
93 msg_set_destnode(m, dnode); in tipc_msg_init()
98 uint hdr_sz, uint data_sz, u32 dnode, in tipc_msg_create() argument
109 tipc_msg_init(onode, msg, user, type, hdr_sz, dnode); in tipc_msg_create()
517 u32 dnode, bool *new_bundle) in tipc_msg_try_bundle() argument
554 dnode); in tipc_msg_try_bundle()
Dnode.c694 int tipc_node_add_conn(struct net *net, u32 dnode, u32 port, u32 peer_port) in tipc_node_add_conn() argument
700 if (in_own_node(net, dnode)) in tipc_node_add_conn()
703 node = tipc_node_find(net, dnode); in tipc_node_add_conn()
705 pr_warn("Connecting sock to node 0x%x failed\n", dnode); in tipc_node_add_conn()
713 conn->peer_node = dnode; in tipc_node_add_conn()
725 void tipc_node_remove_conn(struct net *net, u32 dnode, u32 port) in tipc_node_remove_conn() argument
730 if (in_own_node(net, dnode)) in tipc_node_remove_conn()
733 node = tipc_node_find(net, dnode); in tipc_node_remove_conn()
1690 u32 dnode, int selector) in tipc_node_xmit() argument
1700 if (in_own_node(net, dnode)) { in tipc_node_xmit()
[all …]
Dsocket.c289 u32 dnode; in tipc_sk_respond() local
296 dnode = msg_destnode(buf_msg(skb)); in tipc_sk_respond()
298 tipc_node_xmit_skb(sock_net(sk), skb, dnode, selector); in tipc_sk_respond()
556 u32 dnode = tsk_peer_node(tsk); in __tipc_shutdown() local
585 tipc_node_remove_conn(net, dnode, tsk->portid); in __tipc_shutdown()
594 TIPC_CONN_MSG, SHORT_H_SIZE, 0, dnode, in __tipc_shutdown()
598 tipc_node_xmit_skb(net, skb, dnode, tsk->portid); in __tipc_shutdown()
908 u32 dnode, u32 dport, int dlen) in tipc_send_group_msg() argument
921 msg_set_destnode(hdr, dnode); in tipc_send_group_msg()
926 mtu = tipc_node_get_mtu(net, dnode, tsk->portid, false); in tipc_send_group_msg()
[all …]
Dbcast.c293 u32 dnode, selector; in tipc_rcast_xmit() local
299 dnode = dst->node; in tipc_rcast_xmit()
300 if (!tipc_msg_pskb_copy(dnode, pkts, &_pkts)) in tipc_rcast_xmit()
304 if (tipc_node_xmit(net, &_pkts, dnode, selector) == -ELINKCONG) in tipc_rcast_xmit()
Dname_distr.h73 void tipc_named_node_up(struct net *net, u32 dnode, u16 capabilities);
Dgroup.h69 bool tipc_group_cong(struct tipc_group *grp, u32 dnode, u32 dport,
Dgroup.c417 bool tipc_group_cong(struct tipc_group *grp, u32 dnode, u32 dport, in tipc_group_cong() argument
424 m = tipc_group_find_dest(grp, dnode, dport); in tipc_group_cong()
672 { u32 dnode = tipc_own_addr(grp->net); in tipc_group_create_event() local
688 GROUP_H_SIZE, sizeof(evt), dnode, m->node, in tipc_group_create_event()
Dcrypto.c304 u16 gen, u8 mode, u32 dnode);
2206 u32 dnode = tipc_node_get_addr(dest); in tipc_crypto_key_distr() local
2218 dnode); in tipc_crypto_key_distr()
2241 u16 gen, u8 mode, u32 dnode) in tipc_crypto_key_xmit() argument
2257 INT_H_SIZE, dnode); in tipc_crypto_key_xmit()
2270 if (dnode) in tipc_crypto_key_xmit()
2271 rc = tipc_node_xmit(net, &pkts, dnode, 0); in tipc_crypto_key_xmit()
Dlink.c908 u32 dnode = tipc_own_addr(l->net); in link_schedule_user() local
914 dnode, l->addr, dport, 0, 0); in link_schedule_user()
1946 u32 dnode = l->addr; in tipc_link_create_dummy_tnl_msg() local
1951 dnode, onode, 0, 0, 0); in tipc_link_create_dummy_tnl_msg()
1963 BASIC_H_SIZE, dnode); in tipc_link_create_dummy_tnl_msg()
2521 u32 dnode = msg_destnode(hdr); in tipc_link_bc_nack_rcv() local
2537 if (dnode == tipc_own_addr(l->net)) { in tipc_link_bc_nack_rcv()
Dmsg.h1186 uint data_sz, u32 dnode, u32 onode,
1190 u32 dnode, bool *new_bundle);