In handle_arp_snat() and snat_pre_route() pull enough payload into the headers.
[sliver-openvswitch.git] / datapath / nx_msg.h
1 #ifndef NX_MSG_H
2 #define NX_MSG_H 1
3
4 int nx_recv_msg(struct sw_chain *chain, const struct sender *sender,
5                 const void *msg);
6
7 #endif /* nx_msg.h */