Lines Matching refs:u32
78 bool tipc_node_get_id(struct net *net, u32 addr, u8 *id);
79 u32 tipc_node_get_addr(struct tipc_node *node);
83 struct tipc_node *tipc_node_create(struct net *net, u32 addr, u8 *peer_id,
84 u16 capabilities, u32 hash_mixes,
89 struct tipc_crypto *tipc_node_crypto_rx_by_addr(struct net *net, u32 addr);
91 u32 tipc_node_try_addr(struct net *net, u8 *id, u32 addr);
92 void tipc_node_check_dest(struct net *net, u32 onode, u8 *peer_id128,
94 u16 capabilities, u32 signature, u32 hash_mixes,
99 int tipc_node_get_linkname(struct net *net, u32 bearer_id, u32 node,
101 int tipc_node_xmit(struct net *net, struct sk_buff_head *list, u32 dnode,
104 int tipc_node_xmit_skb(struct net *net, struct sk_buff *skb, u32 dest,
105 u32 selector);
106 void tipc_node_subscribe(struct net *net, struct list_head *subscr, u32 addr);
107 void tipc_node_unsubscribe(struct net *net, struct list_head *subscr, u32 addr);
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);
111 int tipc_node_get_mtu(struct net *net, u32 addr, u32 sel, bool connected);
112 bool tipc_node_is_up(struct net *net, u32 addr);
113 u16 tipc_node_get_capabilities(struct net *net, u32 addr);