Searched refs:sock_common_setsockopt (Results 1 – 10 of 10) sorted by relevance
| /linux/net/ipv4/ |
| H A D | af_inet.c | 1076 .setsockopt = sock_common_setsockopt, 1112 .setsockopt = sock_common_setsockopt, 1144 .setsockopt = sock_common_setsockopt,
|
| /linux/net/ipv6/ |
| H A D | af_inet6.c | 675 .setsockopt = sock_common_setsockopt, /* ok */ 711 .setsockopt = sock_common_setsockopt, /* ok */
|
| /linux/net/phonet/ |
| H A D | socket.c | 464 .setsockopt = sock_common_setsockopt,
|
| /linux/net/dccp/ |
| H A D | ipv4.c | |
| H A D | ipv6.c | |
| /linux/net/sctp/ |
| H A D | ipv6.c | 1057 .setsockopt = sock_common_setsockopt,
|
| H A D | protocol.c | 1119 .setsockopt = sock_common_setsockopt, /* IP_SOL IP_OPTION is a problem */
|
| /linux/net/core/ |
| H A D | sock.c | 3987 int sock_common_setsockopt(struct socket *sock, int level, int optname, in sock_common_setsockopt() function 3995 EXPORT_SYMBOL(sock_common_setsockopt);
|
| /linux/net/mptcp/ |
| H A D | protocol.c | 4581 .setsockopt = sock_common_setsockopt, 4690 .setsockopt = sock_common_setsockopt,
|
| /linux/include/net/ |
| H A D | sock.h | 1964 int sock_common_setsockopt(struct socket *sock, int level, int optname,
|