Searched refs:sock_common_setsockopt (Results 1 – 12 of 12) sorted by relevance
/net/ieee802154/ |
D | af_ieee802154.c | 201 .setsockopt = sock_common_setsockopt, 226 .setsockopt = sock_common_setsockopt,
|
/net/ipv6/ |
D | af_inet6.c | 541 .setsockopt = sock_common_setsockopt, /* ok */ 567 .setsockopt = sock_common_setsockopt, /* ok */
|
D | raw.c | 1313 .setsockopt = sock_common_setsockopt, /* ok */
|
/net/ipv4/ |
D | af_inet.c | 934 .setsockopt = sock_common_setsockopt, 962 .setsockopt = sock_common_setsockopt, 993 .setsockopt = sock_common_setsockopt,
|
/net/l2tp/ |
D | l2tp_ip.c | 620 .setsockopt = sock_common_setsockopt,
|
D | l2tp_ip6.c | 749 .setsockopt = sock_common_setsockopt,
|
/net/phonet/ |
D | socket.c | 477 .setsockopt = sock_common_setsockopt,
|
/net/dccp/ |
D | ipv4.c | 1011 .setsockopt = sock_common_setsockopt,
|
D | ipv6.c | 1120 .setsockopt = sock_common_setsockopt,
|
/net/sctp/ |
D | ipv6.c | 973 .setsockopt = sock_common_setsockopt,
|
D | protocol.c | 1004 .setsockopt = sock_common_setsockopt, /* IP_SOL IP_OPTION is a problem */
|
/net/core/ |
D | sock.c | 2561 int sock_common_setsockopt(struct socket *sock, int level, int optname, in sock_common_setsockopt() function 2568 EXPORT_SYMBOL(sock_common_setsockopt);
|