summaryrefslogtreecommitdiff
path: root/include/net/netns/mib.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/netns/mib.h')
0 files changed, 0 insertions, 0 deletions
2b804c065c0e7c87507fea5683dab4'>af5d27c4e12b804c065c0e7c87507fea5683dab4 (diff)
xfrm: add and use xfrm_state_afinfo_get_rcu
xfrm_init_tempstate is always called from within rcu read side section. We can thus use a simpler function that doesn't call rcu_read_lock again. While at it, also make xfrm_init_tempstate return value void, the return value was never tested. A followup patch will replace remaining callers of xfrm_state_get_afinfo with xfrm_state_afinfo_get_rcu variant and then remove the 'old' get_afinfo interface. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Diffstat (limited to 'include')
-rw-r--r--include/net/xfrm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/xfrm.h b/include/net/xfrm.h