Searched refs:sock_common_setsockopt (Results 1 – 14 of 14) sorted by relevance
/Linux-v5.10/net/ieee802154/ |
D | socket.c | 420 .setsockopt = sock_common_setsockopt, 979 .setsockopt = sock_common_setsockopt,
|
/Linux-v5.10/net/ipv6/ |
D | af_inet6.c | 677 .setsockopt = sock_common_setsockopt, /* ok */ 710 .setsockopt = sock_common_setsockopt, /* ok */
|
D | raw.c | 1323 .setsockopt = sock_common_setsockopt, /* ok */
|
/Linux-v5.10/net/ipv4/ |
D | af_inet.c | 1033 .setsockopt = sock_common_setsockopt, 1067 .setsockopt = sock_common_setsockopt, 1098 .setsockopt = sock_common_setsockopt,
|
/Linux-v5.10/net/l2tp/ |
D | l2tp_ip.c | 621 .setsockopt = sock_common_setsockopt,
|
D | l2tp_ip6.c | 748 .setsockopt = sock_common_setsockopt,
|
/Linux-v5.10/net/phonet/ |
D | socket.c | 461 .setsockopt = sock_common_setsockopt,
|
/Linux-v5.10/net/dccp/ |
D | ipv4.c | 990 .setsockopt = sock_common_setsockopt,
|
D | ipv6.c | 1066 .setsockopt = sock_common_setsockopt,
|
/Linux-v5.10/net/sctp/ |
D | ipv6.c | 1029 .setsockopt = sock_common_setsockopt,
|
D | protocol.c | 1033 .setsockopt = sock_common_setsockopt, /* IP_SOL IP_OPTION is a problem */
|
/Linux-v5.10/net/mptcp/ |
D | protocol.c | 2743 .setsockopt = sock_common_setsockopt, 2793 .setsockopt = sock_common_setsockopt,
|
/Linux-v5.10/net/core/ |
D | sock.c | 3230 int sock_common_setsockopt(struct socket *sock, int level, int optname, in sock_common_setsockopt() function 3237 EXPORT_SYMBOL(sock_common_setsockopt);
|
/Linux-v5.10/include/net/ |
D | sock.h | 1738 int sock_common_setsockopt(struct socket *sock, int level, int optname,
|