[IPV4]: ip_options_build() annotations
daddr is net-endian Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
*/
|
||||
|
||||
void ip_options_build(struct sk_buff * skb, struct ip_options * opt,
|
||||
u32 daddr, struct rtable *rt, int is_frag)
|
||||
__be32 daddr, struct rtable *rt, int is_frag)
|
||||
{
|
||||
unsigned char * iph = skb->nh.raw;
|
||||
|
||||
|
Reference in New Issue
Block a user