Searched refs:sock_common_setsockopt (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/net/ipv6/ |
D | af_inet6.c | 575 .setsockopt = sock_common_setsockopt, /* ok */ 608 .setsockopt = sock_common_setsockopt, /* ok */
|
D | raw.c | 1360 .setsockopt = sock_common_setsockopt, /* ok */
|
/Linux-v4.19/net/ieee802154/ |
D | socket.c | 431 .setsockopt = sock_common_setsockopt, 993 .setsockopt = sock_common_setsockopt,
|
/Linux-v4.19/net/ipv4/ |
D | af_inet.c | 993 .setsockopt = sock_common_setsockopt, 1028 .setsockopt = sock_common_setsockopt, 1060 .setsockopt = sock_common_setsockopt,
|
/Linux-v4.19/net/l2tp/ |
D | l2tp_ip.c | 620 .setsockopt = sock_common_setsockopt,
|
D | l2tp_ip6.c | 756 .setsockopt = sock_common_setsockopt,
|
/Linux-v4.19/net/phonet/ |
D | socket.c | 480 .setsockopt = sock_common_setsockopt,
|
/Linux-v4.19/net/dccp/ |
D | ipv4.c | 994 .setsockopt = sock_common_setsockopt,
|
D | ipv6.c | 1077 .setsockopt = sock_common_setsockopt,
|
/Linux-v4.19/net/sctp/ |
D | ipv6.c | 1033 .setsockopt = sock_common_setsockopt,
|
D | protocol.c | 1031 .setsockopt = sock_common_setsockopt, /* IP_SOL IP_OPTION is a problem */
|
/Linux-v4.19/net/core/ |
D | sock.c | 3033 int sock_common_setsockopt(struct socket *sock, int level, int optname, in sock_common_setsockopt() function 3040 EXPORT_SYMBOL(sock_common_setsockopt);
|
/Linux-v4.19/include/net/ |
D | sock.h | 1646 int sock_common_setsockopt(struct socket *sock, int level, int optname,
|