Searched refs:sysctl_udp_rmem_min (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/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 | 1410 .data = &init_net.ipv4.sysctl_udp_rmem_min, 1411 .maxlen = sizeof(init_net.ipv4.sysctl_udp_rmem_min),
|
H A D | udp.c | 2950 .sysctl_rmem_offset = offsetof(struct net, ipv4.sysctl_udp_rmem_min), 3451 net->ipv4.sysctl_udp_rmem_min = PAGE_SIZE; in udp_sysctl_init()
|
/openbmc/linux/net/ipv6/ |
H A D | udplite.c | 67 .sysctl_rmem_offset = offsetof(struct net, ipv4.sysctl_udp_rmem_min),
|
H A D | udp.c | 1798 .sysctl_rmem_offset = offsetof(struct net, ipv4.sysctl_udp_rmem_min),
|
/openbmc/linux/include/net/netns/ |
H A D | ipv4.h | 195 int sysctl_udp_rmem_min; member
|
/openbmc/linux/include/net/ |
H A D | udp.h | 103 extern int sysctl_udp_rmem_min;
|