Searched refs:TIPC_SKB_CB (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 Dcore.h292 #define TIPC_SKB_CB(__skb) ((struct tipc_skb_cb *)&((__skb)->cb[0])) macro
H A Ddiscover.c145 struct bearer *b_ptr = (struct bearer *)TIPC_SKB_CB(buf)->handle;
H A Dsocket.c269 if (TIPC_SKB_CB(buf)->handle != msg_data(buf_msg(buf)))
1022 buf_crs = (unsigned char *)(TIPC_SKB_CB(buf)->handle);
1035 TIPC_SKB_CB(buf)->handle = buf_crs + sz_to_copy;
1207 TIPC_SKB_CB(buf)->handle = msg_data(msg);
1439 if (TIPC_SKB_CB(buf)->handle != msg_data(buf_msg(buf))) {
H A Dbcast.c132 return (u32)(unsigned long)TIPC_SKB_CB(buf)->handle;
137 TIPC_SKB_CB(buf)->handle = (void *)(unsigned long)acks;
H A Dlink.c1621 (unsigned long) TIPC_SKB_CB(buf)->handle);
1753 TIPC_SKB_CB(buf)->handle = b_ptr;
1856 TIPC_SKB_CB(buf)->handle

Completed in 61 milliseconds