Searched refs:own_node (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/net/tipc/ |
H A D | msg.c | 81 void tipc_msg_init(u32 own_node, struct tipc_msg *m, u32 user, u32 type, in tipc_msg_init() argument 89 msg_set_prevnode(m, own_node); in tipc_msg_init() 92 msg_set_orignode(m, own_node); in tipc_msg_init() 625 bool tipc_msg_reverse(u32 own_node, struct sk_buff **skb, int err) in tipc_msg_reverse() argument 665 msg_set_prevnode(hdr, own_node); in tipc_msg_reverse() 666 msg_set_orignode(hdr, own_node); in tipc_msg_reverse()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/tipcutils/tipcutils/ |
H A D | 0002-replace-non-standard-uint-with-unsigned-int.patch | 134 -static uint own_node(void) 135 +static unsigned int own_node(void)
|