From: David Ahern <[email protected]> Date: Thu, 27 Aug 2015 21:59:32 -0700
> + __array( __u8, src, 4 ) > + __array( __u8, dst, 4 ) ... > + __array( __u8, src, 4 ) Maybe there is something I don't understand about tracing, but why not use __u32? If endianness types are the issue, just force cast it as needed. Using a memcpy() on a 4-byte array is kinda excessive. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
