|
@@ -298,7 +298,7 @@ int kernel_sendpage(struct socket *sock, struct page *page, int offset,
|
|
|
int kernel_sock_ioctl(struct socket *sock, int cmd, unsigned long arg);
|
|
int kernel_sock_ioctl(struct socket *sock, int cmd, unsigned long arg);
|
|
|
int kernel_sock_shutdown(struct socket *sock, enum sock_shutdown_cmd how);
|
|
int kernel_sock_shutdown(struct socket *sock, enum sock_shutdown_cmd how);
|
|
|
|
|
|
|
|
-/* Following routine returns the IP overhead imposed by a socket. */
|
|
|
|
|
|
|
+/* Routine returns the IP overhead imposed by a (caller-protected) socket. */
|
|
|
u32 kernel_sock_ip_overhead(struct sock *sk);
|
|
u32 kernel_sock_ip_overhead(struct sock *sk);
|
|
|
|
|
|
|
|
#define MODULE_ALIAS_NETPROTO(proto) \
|
|
#define MODULE_ALIAS_NETPROTO(proto) \
|