Searched refs:sock_common_setsockopt (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/net/ipv6/ |
D | af_inet6.c | 525 .setsockopt = sock_common_setsockopt, /* ok */ 551 .setsockopt = sock_common_setsockopt, /* ok */
|
D | raw.c | 1309 .setsockopt = sock_common_setsockopt, /* ok */
|
/linux-4.1.27/net/ipv4/ |
D | af_inet.c | 912 .setsockopt = sock_common_setsockopt, 940 .setsockopt = sock_common_setsockopt, 971 .setsockopt = sock_common_setsockopt,
|
/linux-4.1.27/net/ieee802154/ |
D | socket.c | 437 .setsockopt = sock_common_setsockopt, 982 .setsockopt = sock_common_setsockopt,
|
/linux-4.1.27/net/l2tp/ |
D | l2tp_ip.c | 592 .setsockopt = sock_common_setsockopt,
|
D | l2tp_ip6.c | 743 .setsockopt = sock_common_setsockopt,
|
/linux-4.1.27/net/phonet/ |
D | socket.c | 477 .setsockopt = sock_common_setsockopt,
|
/linux-4.1.27/net/dccp/ |
D | ipv4.c | 1006 .setsockopt = sock_common_setsockopt,
|
D | ipv6.c | 1070 .setsockopt = sock_common_setsockopt,
|
/linux-4.1.27/net/sctp/ |
D | ipv6.c | 946 .setsockopt = sock_common_setsockopt,
|
D | protocol.c | 1006 .setsockopt = sock_common_setsockopt, /* IP_SOL IP_OPTION is a problem */
|
/linux-4.1.27/net/core/ |
D | sock.c | 2570 int sock_common_setsockopt(struct socket *sock, int level, int optname, in sock_common_setsockopt() function 2577 EXPORT_SYMBOL(sock_common_setsockopt);
|
/linux-4.1.27/include/net/ |
D | sock.h | 1591 int sock_common_setsockopt(struct socket *sock, int level, int optname,
|