Searched refs:buf_crs (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/tipc/
H A Dsocket.c1033 unsigned char *buf_crs; local
1101 buf_crs = (unsigned char *)(TIPC_SKB_CB(buf)->handle);
1102 sz = (unsigned char *)msg + msg_size(msg) - buf_crs;
1106 if (unlikely(copy_to_user(crs, buf_crs, sz_to_copy))) {
1114 TIPC_SKB_CB(buf)->handle = buf_crs + sz_to_copy;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/tipc/
H A Dsocket.c1033 unsigned char *buf_crs; local
1101 buf_crs = (unsigned char *)(TIPC_SKB_CB(buf)->handle);
1102 sz = (unsigned char *)msg + msg_size(msg) - buf_crs;
1106 if (unlikely(copy_to_user(crs, buf_crs, sz_to_copy))) {
1114 TIPC_SKB_CB(buf)->handle = buf_crs + sz_to_copy;

Completed in 94 milliseconds