Searched refs:sysctl_udp_rmem_min (Results 1 – 8 of 8) sorted by relevance
| /linux/net/ipv4/ |
| H A D | udplite.c | 67 .sysctl_rmem_offset = offsetof(struct net, ipv4.sysctl_udp_rmem_min),
|
| H A D | sysctl_net_ipv4.c | 1538 .data = &init_net.ipv4.sysctl_udp_rmem_min, 1539 .maxlen = sizeof(init_net.ipv4.sysctl_udp_rmem_min),
|
| H A D | udp.c | 3294 .sysctl_rmem_offset = offsetof(struct net, ipv4.sysctl_udp_rmem_min), 3853 net->ipv4.sysctl_udp_rmem_min = PAGE_SIZE; in udp_sysctl_init()
|
| /linux/net/ipv6/ |
| H A D | udplite.c | 66 .sysctl_rmem_offset = offsetof(struct net, ipv4.sysctl_udp_rmem_min),
|
| H A D | udp.c | 1934 .sysctl_rmem_offset = offsetof(struct net, ipv4.sysctl_udp_rmem_min),
|
| /linux/include/net/netns/ |
| H A D | ipv4.h | 249 int sysctl_udp_rmem_min; member
|
| /linux/Documentation/networking/net_cachelines/ |
| H A D | netns_ipv4_sysctl.rst | 139 int sysctl_udp_rmem_min
|
| /linux/include/net/ |
| H A D | udp.h | 212 extern int sysctl_udp_rmem_min;
|