diff options
author | Jiri Pirko <jpirko@redhat.com> | 2011-07-20 08:54:09 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-07-22 00:47:54 +0400 |
commit | 0f7257281dcbc9bcb46b882c23fa57b6738fce5e (patch) | |
tree | 5513a8e41e85a3582a774f4e9b06cbaf4c8bd2a7 /include/linux/inet_lro.h | |
parent | 7756a96e1925addedc87db21ca6646e03b3c674f (diff) | |
download | linux-0f7257281dcbc9bcb46b882c23fa57b6738fce5e.tar.xz |
lro: kill lro_vlan_hwaccel_receive_frags
Signed-off-by: Jiri Pirko <jpirko@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/inet_lro.h')
-rw-r--r-- | include/linux/inet_lro.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/linux/inet_lro.h b/include/linux/inet_lro.h index 940bbde05a52..b27e773e7144 100644 --- a/include/linux/inet_lro.h +++ b/include/linux/inet_lro.h @@ -155,13 +155,6 @@ void lro_receive_frags(struct net_lro_mgr *lro_mgr, struct skb_frag_struct *frags, int len, int true_size, void *priv, __wsum sum); -void lro_vlan_hwaccel_receive_frags(struct net_lro_mgr *lro_mgr, - struct skb_frag_struct *frags, - int len, int true_size, - struct vlan_group *vgrp, - u16 vlan_tag, - void *priv, __wsum sum); - /* * Forward all aggregated SKBs held by lro_mgr to network stack */ |