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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dstrip.c589 /* StuffData encodes the data starting at "src" for "length" bytes.
593 * StuffData returns the new value of the dst pointer as its result.
605 static __u8 *StuffData(__u8 *src, __u32 length, __u8 *dst, __u8 **code_ptr_ptr) function
1463 ptr = StuffData(skb->data + sizeof(STRIP_Header), len, ptr, &stuffstate);

Completed in 87 milliseconds