git://git.onelab.eu
/
sliver-openvswitch.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Modify OpenFlow commands related to ports to be more expressive.
[sliver-openvswitch.git]
/
datapath
/
dp_dev.h
1
#ifndef DP_DEV_H
2
#define DP_DEV_H 1
3
4
int dp_dev_setup(struct datapath *);
5
void dp_dev_destroy(struct datapath *);
6
int dp_dev_recv(struct net_device *, struct sk_buff *);
7
int is_dp_dev(struct net_device *);
8
9
#endif /* dp_dev.h */