X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fnet%2Ftransp_v6.h;h=61f724c1036faa2df0225e42385f0adde88995ab;hb=43bc926fffd92024b46cafaf7350d669ba9ca884;hp=8b075ab7a26c1bbfe99500f6f0edf858e8dca7ad;hpb=cee37fe97739d85991964371c1f3a745c00dd236;p=linux-2.6.git diff --git a/include/net/transp_v6.h b/include/net/transp_v6.h index 8b075ab7a..61f724c10 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);