Searched refs:user_port (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/tipc/
H A Duser_reg.h45 int tipc_reg_add_port(struct user_port *up_ptr);
46 int tipc_reg_remove_port(struct user_port *up_ptr);
H A Dport.h48 * struct user_port - TIPC user port (used with native API)
56 struct user_port { struct
76 * @user_port: ptr to user port associated with port (if any)
97 struct user_port *user_port; member in struct:port
H A Duser_reg.c198 struct user_port *up_ptr, *temp_up_ptr;
228 int tipc_reg_add_port(struct user_port *up_ptr)
250 int tipc_reg_remove_port(struct user_port *up_ptr)
H A Dport.c121 !oport->user_port, &buf);
258 p_ptr->user_port = NULL;
287 if (p_ptr->user_port) {
288 tipc_reg_remove_port(p_ptr->user_port);
289 kfree(p_ptr->user_port);
496 !p_ptr->user_port, &buf);
767 struct user_port *up_ptr;
789 up_ptr = p_ptr->user_port;
954 struct user_port *up_ptr;
960 up_ptr = p_ptr->user_port;
[all...]
H A Dlink.c1215 !sender->user_port, &buf);
1360 if (likely(!sender->user_port)) {

Completed in 21 milliseconds