summaryrefslogtreecommitdiff
path: root/include/net
diff options
context:
space:
mode:
authorJon Grimm <jgrimm@touki.austin.ibm.com>2003-05-05 07:42:48 -0500
committerJon Grimm <jgrimm@touki.austin.ibm.com>2003-05-05 07:42:48 -0500
commit09593bb6e686dfc8760b8479cf8c16bc8f0889f4 (patch)
treeaae7bf5d3034cca470dddea0aa4821d699f192a2 /include/net
parent0235083461273c277b335eea6ae75fa40507ade8 (diff)
[SCTP] Support SCTP ECN on ipv6.
Diffstat (limited to 'include/net')
-rw-r--r--include/net/sctp/structs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/sctp/structs.h b/include/net/sctp/structs.h
index d53ae24b1c63..e804c52c82fc 100644
--- a/include/net/sctp/structs.h
+++ b/include/net/sctp/structs.h
@@ -239,6 +239,7 @@ struct sctp_af {
int (*is_any) (const union sctp_addr *);
int (*available) (const union sctp_addr *);
int (*skb_iif) (const struct sk_buff *sk);
+ int (*is_ce) (const struct sk_buff *sk);
__u16 net_header_len;
int sockaddr_len;
sa_family_t sa_family;