aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/if_macvtap.h
blob: c9bf84b75b273fe22eedb8b57bf98a3fe42e1518 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef _LINUX_IF_MACVTAP_H_
#define _LINUX_IF_MACVTAP_H_

rx_handler_result_t macvtap_handle_frame(struct sk_buff **pskb);
void macvtap_del_queues(struct net_device *dev);
int macvtap_get_minor(struct macvlan_dev *vlan);
void macvtap_free_minor(struct macvlan_dev *vlan);
int macvtap_queue_resize(struct macvlan_dev *vlan);

#endif /*_LINUX_IF_MACVTAP_H_*/