ipv6: ipv6_select_ident() returns a __be32
authorEric Dumazet <edumazet@google.com>
Mon, 25 May 2015 23:02:21 +0000 (16:02 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 26 May 2015 00:27:11 +0000 (20:27 -0400)
commit7f1598678d4c05e3e085bf780a5ab3119637ac3c
tree50a5ec9bb25f0343e89d2ad7eba81d369011533b
parenteedf4c66d06b6c3dbc3abe774d00e3a68cf9ef16
ipv6: ipv6_select_ident() returns a __be32

ipv6_select_ident() returns a 32bit value in network order.

Fixes: 286c2349f666 ("ipv6: Clean up ipv6_select_ident() and ip6_fragment()")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Acked-by: Martin KaFai Lau <kafai@fb.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ipv6.h
net/ipv6/output_core.c
This page took 0.02541 seconds and 5 git commands to generate.