You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
neigh: Kill neigh_ops->hh_output
It's always dev_queue_xmit(). Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -122,7 +122,6 @@ struct neigh_ops {
|
||||
void (*error_report)(struct neighbour *, struct sk_buff*);
|
||||
int (*output)(struct sk_buff*);
|
||||
int (*connected_output)(struct sk_buff*);
|
||||
int (*hh_output)(struct sk_buff*);
|
||||
int (*queue_xmit)(struct sk_buff*);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user