net: introduce and use netdev_features_t for device features sets
[deliverable/linux.git] / net / ipv4 / udp.c
index 6854f581313f678e15f023e35e9cc2a74ab0f941..b867ea23ece92224af4e89777d2f7f6774a383b1 100644 (file)
@@ -2247,7 +2247,8 @@ int udp4_ufo_send_check(struct sk_buff *skb)
        return 0;
 }
 
-struct sk_buff *udp4_ufo_fragment(struct sk_buff *skb, u32 features)
+struct sk_buff *udp4_ufo_fragment(struct sk_buff *skb,
+       netdev_features_t features)
 {
        struct sk_buff *segs = ERR_PTR(-EINVAL);
        unsigned int mss;
This page took 0.024635 seconds and 5 git commands to generate.