structs.h (62aeaff5ccd96462b7077046357a6d7886175a57) structs.h (b9031d9d87b24e24cd32ea15b5f4220a1e8da909)
1/* SCTP kernel implementation
2 * (C) Copyright IBM Corp. 2001, 2004
3 * Copyright (c) 1999-2000 Cisco, Inc.
4 * Copyright (c) 1999-2001 Motorola, Inc.
5 * Copyright (c) 2001 Intel Corp.
6 *
7 * This file is part of the SCTP kernel implementation
8 *

--- 574 unchanged lines hidden (view full) ---

583 void (*inaddr_any) (union sctp_addr *, __be16);
584 int (*is_any) (const union sctp_addr *);
585 int (*available) (union sctp_addr *,
586 struct sctp_sock *);
587 int (*skb_iif) (const struct sk_buff *sk);
588 int (*is_ce) (const struct sk_buff *sk);
589 void (*seq_dump_addr)(struct seq_file *seq,
590 union sctp_addr *addr);
1/* SCTP kernel implementation
2 * (C) Copyright IBM Corp. 2001, 2004
3 * Copyright (c) 1999-2000 Cisco, Inc.
4 * Copyright (c) 1999-2001 Motorola, Inc.
5 * Copyright (c) 2001 Intel Corp.
6 *
7 * This file is part of the SCTP kernel implementation
8 *

--- 574 unchanged lines hidden (view full) ---

583 void (*inaddr_any) (union sctp_addr *, __be16);
584 int (*is_any) (const union sctp_addr *);
585 int (*available) (union sctp_addr *,
586 struct sctp_sock *);
587 int (*skb_iif) (const struct sk_buff *sk);
588 int (*is_ce) (const struct sk_buff *sk);
589 void (*seq_dump_addr)(struct seq_file *seq,
590 union sctp_addr *addr);
591 void (*ecn_capable)(struct sock *sk);
591 __u16 net_header_len;
592 int sockaddr_len;
593 sa_family_t sa_family;
594 struct list_head list;
595};
596
597struct sctp_af *sctp_get_af_specific(sa_family_t);
598int sctp_register_af(struct sctp_af *);

--- 1395 unchanged lines hidden ---
592 __u16 net_header_len;
593 int sockaddr_len;
594 sa_family_t sa_family;
595 struct list_head list;
596};
597
598struct sctp_af *sctp_get_af_specific(sa_family_t);
599int sctp_register_af(struct sctp_af *);

--- 1395 unchanged lines hidden ---