patch-2.4.22 linux-2.4.22/net/ipv6/tcp_ipv6.c
Next file: linux-2.4.22/net/ipv6/udp.c
Previous file: linux-2.4.22/net/ipv6/sit.c
Back to the patch index
Back to the overall index
- Lines: 13
- Date:
2003-08-25 04:44:44.000000000 -0700
- Orig file:
linux-2.4.21/net/ipv6/tcp_ipv6.c
- Orig date:
2003-06-13 07:51:39.000000000 -0700
diff -urN linux-2.4.21/net/ipv6/tcp_ipv6.c linux-2.4.22/net/ipv6/tcp_ipv6.c
@@ -351,9 +351,9 @@
return tcp_v6_lookup_listener(daddr, hnum, dif);
}
-__inline__ struct sock *tcp_v6_lookup(struct in6_addr *saddr, u16 sport,
- struct in6_addr *daddr, u16 dport,
- int dif)
+inline struct sock *tcp_v6_lookup(struct in6_addr *saddr, u16 sport,
+ struct in6_addr *daddr, u16 dport,
+ int dif)
{
struct sock *sk;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)