Lines Matching refs:u32
70 u32 type;
71 u32 lower;
72 u32 upper;
73 u32 scope;
74 u32 node;
75 u32 ref;
76 u32 key;
95 u32 local_publ_count;
100 u32 tipc_nametbl_translate(struct net *net, u32 type, u32 instance, u32 *node);
101 int tipc_nametbl_mc_translate(struct net *net, u32 type, u32 lower, u32 upper,
102 u32 limit, struct tipc_plist *dports);
103 struct publication *tipc_nametbl_publish(struct net *net, u32 type, u32 lower,
104 u32 upper, u32 scope, u32 port_ref,
105 u32 key);
106 int tipc_nametbl_withdraw(struct net *net, u32 type, u32 lower, u32 ref,
107 u32 key);
108 struct publication *tipc_nametbl_insert_publ(struct net *net, u32 type,
109 u32 lower, u32 upper, u32 scope,
110 u32 node, u32 ref, u32 key);
111 struct publication *tipc_nametbl_remove_publ(struct net *net, u32 type,
112 u32 lower, u32 node, u32 ref,
113 u32 key);
121 u32 port;
130 void tipc_plist_push(struct tipc_plist *pl, u32 port);
131 u32 tipc_plist_pop(struct tipc_plist *pl);