Searched refs:sock_common_setsockopt (Results 1 – 14 of 14) sorted by relevance
/Linux-v6.6/net/ieee802154/ |
D | socket.c | 424 .setsockopt = sock_common_setsockopt, 986 .setsockopt = sock_common_setsockopt,
|
/Linux-v6.6/net/ipv4/ |
D | af_inet.c | 1061 .setsockopt = sock_common_setsockopt, 1095 .setsockopt = sock_common_setsockopt, 1127 .setsockopt = sock_common_setsockopt,
|
/Linux-v6.6/net/ipv6/ |
D | af_inet6.c | 695 .setsockopt = sock_common_setsockopt, /* ok */ 728 .setsockopt = sock_common_setsockopt, /* ok */
|
D | raw.c | 1289 .setsockopt = sock_common_setsockopt, /* ok */
|
/Linux-v6.6/net/l2tp/ |
D | l2tp_ip.c | 622 .setsockopt = sock_common_setsockopt,
|
D | l2tp_ip6.c | 747 .setsockopt = sock_common_setsockopt,
|
/Linux-v6.6/net/phonet/ |
D | socket.c | 459 .setsockopt = sock_common_setsockopt,
|
/Linux-v6.6/net/dccp/ |
D | ipv4.c | 1007 .setsockopt = sock_common_setsockopt,
|
D | ipv6.c | 1086 .setsockopt = sock_common_setsockopt,
|
/Linux-v6.6/net/sctp/ |
D | ipv6.c | 1092 .setsockopt = sock_common_setsockopt,
|
D | protocol.c | 1132 .setsockopt = sock_common_setsockopt, /* IP_SOL IP_OPTION is a problem */
|
/Linux-v6.6/net/core/ |
D | sock.c | 3693 int sock_common_setsockopt(struct socket *sock, int level, int optname, in sock_common_setsockopt() function 3701 EXPORT_SYMBOL(sock_common_setsockopt);
|
/Linux-v6.6/net/mptcp/ |
D | protocol.c | 3945 .setsockopt = sock_common_setsockopt, 4043 .setsockopt = sock_common_setsockopt,
|
/Linux-v6.6/include/net/ |
D | sock.h | 1943 int sock_common_setsockopt(struct socket *sock, int level, int optname,
|