X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fnet%2Ftransp_v6.h;h=61f724c1036faa2df0225e42385f0adde88995ab;hb=467c432a4d63349025d92f5dbdd0b9ba8ff40fd5;hp=8b075ab7a26c1bbfe99500f6f0edf858e8dca7ad;hpb=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2;p=linux-2.6 diff --git a/include/net/transp_v6.h b/include/net/transp_v6.h index 8b075ab7a2..61f724c103 100644 --- a/include/net/transp_v6.h +++ b/include/net/transp_v6.h @@ -37,14 +37,14 @@ extern int datagram_recv_ctl(struct sock *sk, extern int datagram_send_ctl(struct msghdr *msg, struct flowi *fl, struct ipv6_txoptions *opt, - int *hlimit); + int *hlimit, int *tclass); #define LOOPBACK4_IPV6 __constant_htonl(0x7f000006) /* * address family specific functions */ -extern struct tcp_func ipv4_specific; +extern struct inet_connection_sock_af_ops ipv4_specific; extern int inet6_destroy_sock(struct sock *sk);