Searched refs:tb_ptr (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/tipc/
H A Dtipc_bearer.h105 void tipc_recv_msg(struct sk_buff *buf, struct tipc_bearer *tb_ptr);
108 void tipc_continue(struct tipc_bearer *tb_ptr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/tipc/
H A Deth_media.c68 static int send_msg(struct sk_buff *buf, struct tipc_bearer *tb_ptr, argument
77 dev = ((struct eth_bearer *)(tb_ptr->usr_handle))->dev;
121 static int enable_bearer(struct tipc_bearer *tb_ptr) argument
127 char *driver_name = strchr((const char *)tb_ptr->name, ':') + 1;
158 eb_ptr->bearer = tb_ptr;
159 tb_ptr->usr_handle = (void *)eb_ptr;
160 tb_ptr->mtu = dev->mtu;
161 tb_ptr->blocked = 0;
162 tb_ptr->addr.type = htonl(TIPC_MEDIA_TYPE_ETH);
163 memcpy(&tb_ptr
175 disable_bearer(struct tipc_bearer *tb_ptr) argument
[all...]
H A Dbearer.c407 void tipc_continue(struct tipc_bearer *tb_ptr) argument
409 struct bearer *b_ptr = (struct bearer *)tb_ptr;
H A Dlink.c1737 void tipc_recv_msg(struct sk_buff *head, struct tipc_bearer *tb_ptr) argument
1752 b_ptr = (struct bearer *)tb_ptr;

Completed in 229 milliseconds