]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/net/sctp/structs.h
SCTP: Reject sctp packets with broadcast addresses.
[karo-tx-linux.git] / include / net / sctp / structs.h
index acb2ce16e6d54c54fa1e8cb3b43ad85983f51263..bcd03e711f0dd3000f7d9198b321e5eecac39f4a 100644 (file)
@@ -545,7 +545,8 @@ struct sctp_af {
        int             (*to_addr_param) (const union sctp_addr *,
                                          union sctp_addr_param *); 
        int             (*addr_valid)   (union sctp_addr *,
-                                        struct sctp_sock *);
+                                        struct sctp_sock *,
+                                        const struct sk_buff *);
        sctp_scope_t    (*scope) (union sctp_addr *);
        void            (*inaddr_any)   (union sctp_addr *, unsigned short);
        int             (*is_any)       (const union sctp_addr *);