summary refs log tree commit diff
path: root/net/ipv6/ip6_fib.c
diff options
context:
space:
mode:
authorDavid Ahern <dsahern@gmail.com>2018-04-17 17:33:22 -0700
committerDavid S. Miller <davem@davemloft.net>2018-04-17 23:41:17 -0400
commitacb54e3cba404c20f07733f3222c0418a7724a5b (patch)
tree015cc63067a3cf9788317f597b1cd88601bd0d67 /net/ipv6/ip6_fib.c
parentf8a1b43b709d8ef33a8de2f8f35095b4a4413713 (diff)
downloadlinux-acb54e3cba404c20f07733f3222c0418a7724a5b.tar.gz
net/ipv6: Add gfp_flags to route add functions
Most FIB entries can be added using memory allocated with GFP_KERNEL.
Add gfp_flags to ip6_route_add and addrconf_dst_alloc. Code paths that
can be reached from the packet path (e.g., ndisc and autoconfig) or
atomic notifiers use GFP_ATOMIC; paths from user context (adding
addresses and routes) use GFP_KERNEL.

Signed-off-by: David Ahern <dsahern@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6/ip6_fib.c')
0 files changed, 0 insertions, 0 deletions