X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=include%2Fnet%2Fudplite.h;h=afdffe607b2425fd66a2a1c8ae30b3bca1eb1494;hb=8725d5416213a145ccc9c236dbd26830ba409e00;hp=50b4b424d1caab47e79673eb3fa6972c45651e91;hpb=fc038410b4b1643766f8033f4940bcdb1dace633;p=safe%2Fjmp%2Flinux-2.6 diff --git a/include/net/udplite.h b/include/net/udplite.h index 50b4b42..afdffe6 100644 --- a/include/net/udplite.h +++ b/include/net/udplite.h @@ -11,10 +11,7 @@ #define UDPLITE_RECV_CSCOV 11 /* receiver partial coverage (threshold ) */ extern struct proto udplite_prot; -extern struct hlist_head udplite_hash[UDP_HTABLE_SIZE]; - -/* UDP-Lite does not have a standardized MIB yet, so we inherit from UDP */ -DECLARE_SNMP_STAT(struct udp_mib, udplite_statistics); +extern struct udp_table udplite_table; /* * Checksum computation is all in software, hence simpler getfrag. @@ -120,5 +117,5 @@ static inline __wsum udplite_csum_outgoing(struct sock *sk, struct sk_buff *skb) extern void udplite4_register(void); extern int udplite_get_port(struct sock *sk, unsigned short snum, - const struct udp_get_port_ops *ops); + int (*scmp)(const struct sock *, const struct sock *)); #endif /* _UDPLITE_H */