ipv6: bool/const conversions phase2
Mostly bool conversions, some inline removals and const additions. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
32e9072b92
commit
a50feda546
@@ -5,7 +5,7 @@
|
||||
|
||||
void raw6_icmp_error(struct sk_buff *, int nexthdr,
|
||||
u8 type, u8 code, int inner_offset, __be32);
|
||||
int raw6_local_deliver(struct sk_buff *, int);
|
||||
bool raw6_local_deliver(struct sk_buff *, int);
|
||||
|
||||
extern int rawv6_rcv(struct sock *sk,
|
||||
struct sk_buff *skb);
|
||||
|
Reference in New Issue
Block a user