[IPV4]: struct ip_options annotations
->faddr is net-endian; annotated as such, variables inferred to be net-endian annotated. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
* @ts_needaddr - Need to record addr of outgoing dev
|
||||
*/
|
||||
struct ip_options {
|
||||
__u32 faddr;
|
||||
__be32 faddr;
|
||||
unsigned char optlen;
|
||||
unsigned char srr;
|
||||
unsigned char rr;
|
||||
|
Reference in New Issue
Block a user