taglinefilesource code
packetlen739drivers/net/strip.cstatic void strip_bump(struct strip *strip_info, __u16 packetlen)
packetlen741drivers/net/strip.cint count = sizeof(STRIP_Header) + packetlen;
packetlen836drivers/net/strip.c__u16 packetlen;
packetlen888drivers/net/strip.cpacketlen = ((__u16)strip_info->rx_buff[2] << 8) | strip_info->rx_buff[3];
packetlen895drivers/net/strip.cptr = UnStuffData(ptr, end, strip_info->rx_buff+4, packetlen-4);
packetlen900drivers/net/strip.cstrip_bump(strip_info, packetlen);