Searched refs:sysctl_udp_rmem_min (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/net/ipv4/ |
| H A D | udplite.c | 68 .sysctl_rmem_offset = offsetof(struct net, ipv4.sysctl_udp_rmem_min),
|
| H A D | sysctl_net_ipv4.c | 1489 .data = &init_net.ipv4.sysctl_udp_rmem_min, 1490 .maxlen = sizeof(init_net.ipv4.sysctl_udp_rmem_min),
|
| H A D | udp.c | 3216 .sysctl_rmem_offset = offsetof(struct net, ipv4.sysctl_udp_rmem_min), 3720 net->ipv4.sysctl_udp_rmem_min = PAGE_SIZE; in udp_sysctl_init()
|
| /linux-6.15/net/ipv6/ |
| H A D | udplite.c | 67 .sysctl_rmem_offset = offsetof(struct net, ipv4.sysctl_udp_rmem_min),
|
| H A D | udp.c | 1930 .sysctl_rmem_offset = offsetof(struct net, ipv4.sysctl_udp_rmem_min),
|
| /linux-6.15/include/net/netns/ |
| H A D | ipv4.h | 229 int sysctl_udp_rmem_min; member
|
| /linux-6.15/Documentation/networking/net_cachelines/ |
| H A D | netns_ipv4_sysctl.rst | 138 int sysctl_udp_rmem_min
|
| /linux-6.15/include/net/ |
| H A D | udp.h | 213 extern int sysctl_udp_rmem_min;
|