mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-26 08:31:13 +00:00
ipv4: Kill early demux method return value.
It's completely unnecessary. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
1d1e34ddd4
commit
160eb5a6b1
4 changed files with 27 additions and 38 deletions
|
@ -37,7 +37,7 @@
|
|||
|
||||
/* This is used to register protocols. */
|
||||
struct net_protocol {
|
||||
int (*early_demux)(struct sk_buff *skb);
|
||||
void (*early_demux)(struct sk_buff *skb);
|
||||
int (*handler)(struct sk_buff *skb);
|
||||
void (*err_handler)(struct sk_buff *skb, u32 info);
|
||||
int (*gso_send_check)(struct sk_buff *skb);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue