diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/net.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/net.h b/include/linux/net.h index 8a5e81d2bdf7..04aa06852771 100644 --- a/include/linux/net.h +++ b/include/linux/net.h | |||
| @@ -207,7 +207,7 @@ void sock_unregister(int family); | |||
| 207 | int __sock_create(struct net *net, int family, int type, int proto, | 207 | int __sock_create(struct net *net, int family, int type, int proto, |
| 208 | struct socket **res, int kern); | 208 | struct socket **res, int kern); |
| 209 | int sock_create(int family, int type, int proto, struct socket **res); | 209 | int sock_create(int family, int type, int proto, struct socket **res); |
| 210 | int sock_create_kern(int family, int type, int proto, struct socket **res); | 210 | int sock_create_kern(struct net *net, int family, int type, int proto, struct socket **res); |
| 211 | int sock_create_lite(int family, int type, int proto, struct socket **res); | 211 | int sock_create_lite(int family, int type, int proto, struct socket **res); |
| 212 | void sock_release(struct socket *sock); | 212 | void sock_release(struct socket *sock); |
| 213 | int sock_sendmsg(struct socket *sock, struct msghdr *msg); | 213 | int sock_sendmsg(struct socket *sock, struct msghdr *msg); |
