]> git.proxmox.com Git - mirror_ovs.git/blobdiff - datapath/linux/compat/include/net/nsh.h
datapath: enable NSH support
[mirror_ovs.git] / datapath / linux / compat / include / net / nsh.h
index c9c30e09c4ccad695827345f7396b1cb9bd52d33..ff3733d9032d1fa35955d16b153f9e47f7586a28 100644 (file)
@@ -307,4 +307,7 @@ static inline void nsh_set_flags_ttl_len(struct nshhdr *nsh, u8 flags,
 int ovs_nsh_init(void);
 void ovs_nsh_cleanup(void);
 
+int ovs_nsh_push(struct sk_buff *skb, const struct nshhdr *pushed_nh);
+int ovs_nsh_pop(struct sk_buff *skb);
+
 #endif /* __NET_NSH_H */