Searched refs:sock_common_setsockopt (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/net/ipv6/ |
D | af_inet6.c | 528 .setsockopt = sock_common_setsockopt, /* ok */ 554 .setsockopt = sock_common_setsockopt, /* ok */
|
D | raw.c | 1314 .setsockopt = sock_common_setsockopt, /* ok */
|
/linux-4.4.14/net/ipv4/ |
D | af_inet.c | 913 .setsockopt = sock_common_setsockopt, 941 .setsockopt = sock_common_setsockopt, 972 .setsockopt = sock_common_setsockopt,
|
/linux-4.4.14/net/ieee802154/ |
D | socket.c | 429 .setsockopt = sock_common_setsockopt, 974 .setsockopt = sock_common_setsockopt,
|
/linux-4.4.14/net/l2tp/ |
D | l2tp_ip.c | 594 .setsockopt = sock_common_setsockopt,
|
D | l2tp_ip6.c | 745 .setsockopt = sock_common_setsockopt,
|
/linux-4.4.14/net/phonet/ |
D | socket.c | 477 .setsockopt = sock_common_setsockopt,
|
/linux-4.4.14/net/dccp/ |
D | ipv4.c | 984 .setsockopt = sock_common_setsockopt,
|
D | ipv6.c | 1034 .setsockopt = sock_common_setsockopt,
|
/linux-4.4.14/net/sctp/ |
D | ipv6.c | 955 .setsockopt = sock_common_setsockopt,
|
D | protocol.c | 1026 .setsockopt = sock_common_setsockopt, /* IP_SOL IP_OPTION is a problem */
|
/linux-4.4.14/net/core/ |
D | sock.c | 2637 int sock_common_setsockopt(struct socket *sock, int level, int optname, in sock_common_setsockopt() function 2644 EXPORT_SYMBOL(sock_common_setsockopt);
|
/linux-4.4.14/include/net/ |
D | sock.h | 1582 int sock_common_setsockopt(struct socket *sock, int level, int optname,
|