| /net/tipc/ |
| A D | name_distr.c | 151 u32 dnode, struct list_head *pls, u16 seqno) in named_distribute() argument 156 u32 msg_dsz = ((tipc_node_get_mtu(net, dnode, 0, false) - INT_H_SIZE) / in named_distribute() 165 dnode); in named_distribute() 206 void tipc_named_node_up(struct net *net, u32 dnode, u16 capabilities) in tipc_named_node_up() argument 221 named_distribute(net, &head, dnode, &nt->cluster_scope, seqno); in tipc_named_node_up() 222 tipc_node_xmit(net, &head, dnode, 0); in tipc_named_node_up()
|
| A D | node.h | 101 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);
|
| A D | msg.c | 82 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() 521 u32 dnode, bool *new_bundle) in tipc_msg_try_bundle() argument 558 dnode); in tipc_msg_try_bundle()
|
| A D | node.c | 698 if (in_own_node(net, dnode)) in tipc_node_add_conn() 701 node = tipc_node_find(net, dnode); in tipc_node_add_conn() 711 conn->peer_node = dnode; in tipc_node_add_conn() 728 if (in_own_node(net, dnode)) in tipc_node_remove_conn() 731 node = tipc_node_find(net, dnode); in tipc_node_remove_conn() 1688 u32 dnode, int selector) in tipc_node_xmit() argument 1698 if (in_own_node(net, dnode)) { in tipc_node_xmit() 1705 n = tipc_node_find(net, dnode); in tipc_node_xmit() 1776 u32 selector, dnode; in tipc_node_distr_xmit() local 1877 u32 dnode = msg_destnode(hdr); in tipc_node_bc_rcv() local [all …]
|
| A D | socket.c | 287 u32 dnode; in tipc_sk_respond() local 294 dnode = msg_destnode(buf_msg(skb)); in tipc_sk_respond() 554 u32 dnode = tsk_peer_node(tsk); in __tipc_shutdown() local 906 u32 dnode, u32 dport, int dlen) in tipc_send_group_msg() argument 919 msg_set_destnode(hdr, dnode); in tipc_send_group_msg() 932 tipc_dest_push(&tsk->cong_links, dnode, 0); in tipc_send_group_msg() 1275 u32 dnode = tsk_peer_node(tsk); in tipc_sk_push_backlog() local 1562 u32 dnode = tsk_peer_node(tsk); in __tipc_sendstream() local 1795 u32 dnode = tsk_peer_node(tsk); in tipc_sk_build_ack() local 2481 u32 dnode, dport = 0; in tipc_sk_rcv() local [all …]
|
| A D | bcast.c | 293 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()
|
| A D | name_distr.h | 72 void tipc_named_node_up(struct net *net, u32 dnode, u16 capabilities);
|
| A D | group.h | 69 bool tipc_group_cong(struct tipc_group *grp, u32 dnode, u32 dport,
|
| A D | group.c | 417 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()
|
| A D | crypto.c | 304 u16 gen, u8 mode, u32 dnode); 2204 u32 dnode = tipc_node_get_addr(dest); in tipc_crypto_key_distr() local 2216 dnode); in tipc_crypto_key_distr() 2239 u16 gen, u8 mode, u32 dnode) in tipc_crypto_key_xmit() argument 2255 INT_H_SIZE, dnode); in tipc_crypto_key_xmit() 2268 if (dnode) in tipc_crypto_key_xmit() 2269 rc = tipc_node_xmit(net, &pkts, dnode, 0); in tipc_crypto_key_xmit()
|
| A D | link.c | 886 u32 dnode = tipc_own_addr(l->net); in link_schedule_user() local 892 dnode, l->addr, dport, 0, 0); in link_schedule_user() 1926 u32 dnode = l->addr; in tipc_link_create_dummy_tnl_msg() local 1931 dnode, onode, 0, 0, 0); in tipc_link_create_dummy_tnl_msg() 1943 BASIC_H_SIZE, dnode); in tipc_link_create_dummy_tnl_msg() 2502 u32 dnode = msg_destnode(hdr); in tipc_link_bc_nack_rcv() local 2518 if (dnode == tipc_own_addr(l->net)) { in tipc_link_bc_nack_rcv()
|
| A D | msg.h | 1163 uint data_sz, u32 dnode, u32 onode, 1167 u32 dnode, bool *new_bundle);
|