X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=include%2Fnet%2Fipv6.h;h=bbf1c8fb8511c70220c4a2b7c046f6007cf525b5;hb=cf596766fc53bbfa0e2b21e3569932aa54f5f9ca;hp=5fe5649851713e7858a2d016988cbe175ea7eaa6;hpb=505608d2b9f3ab9e3ea0fd1b89b1cc560b91a7b5;p=cascardo%2Flinux.git diff --git a/include/net/ipv6.h b/include/net/ipv6.h index 5fe564985171..bbf1c8fb8511 100644 --- a/include/net/ipv6.h +++ b/include/net/ipv6.h @@ -41,6 +41,7 @@ #define NEXTHDR_ICMP 58 /* ICMP for IPv6. */ #define NEXTHDR_NONE 59 /* No next header */ #define NEXTHDR_DEST 60 /* Destination options header. */ +#define NEXTHDR_SCTP 132 /* SCTP message. */ #define NEXTHDR_MOBILITY 135 /* Mobility header. */ #define NEXTHDR_MAX 255 @@ -657,6 +658,8 @@ static inline int ipv6_addr_diff(const struct in6_addr *a1, const struct in6_add extern void ipv6_select_ident(struct frag_hdr *fhdr, struct rt6_info *rt); +extern int ip6_dst_hoplimit(struct dst_entry *dst); + /* * Header manipulation */