datapath: Rename skb_network_protocol() to __skb_network_protocol()
authorThomas Graf <tgraf@redhat.com>
Tue, 9 Jul 2013 16:00:25 +0000 (18:00 +0200)
committerJesse Gross <jesse@nicira.com>
Tue, 9 Jul 2013 18:06:46 +0000 (11:06 -0700)
commit47916a6442392a93a0212e8e817953339fbf5f21
treec3c862843a9756bb248d546dbd2e7114476ab18e
parent3fc53787c9ff6cf315050af03280ac3e63abffd7
datapath: Rename skb_network_protocol() to __skb_network_protocol()

The function skb_network_protocol() is already defined in
<linux/netdevice.h> upstream but not an exported symbol.

Rename the OVS internal implementation to work around this.

Signed-off-by: Thomas Graf <tgraf@redhat.com>
Signed-off-by: Jesse Gross <jesse@nicira.com>
datapath/linux/compat/gso.c