Home
last modified time | relevance | path

Searched refs:dst_entries_init (Results 1 – 6 of 6) sorted by relevance

/linux/net/bridge/
H A Dbr_nf_core.c82 return dst_entries_init(&fake_dst_ops); in br_nf_core_init()
/linux/include/net/
H A Ddst_ops.h63 static inline int dst_entries_init(struct dst_ops *dst) in dst_entries_init() function
/linux/net/ipv4/
H A Dxfrm4_policy.c212 ret = dst_entries_init(&net->xfrm.xfrm4_dst_ops); in xfrm4_net_init()
H A Droute.c3752 if (dst_entries_init(&ipv4_dst_ops) < 0) in ip_rt_init()
3755 if (dst_entries_init(&ipv4_dst_blackhole_ops) < 0) in ip_rt_init()
/linux/net/ipv6/
H A Dxfrm6_policy.c254 ret = dst_entries_init(&net->xfrm.xfrm6_dst_ops); in xfrm6_net_init()
H A Droute.c6653 if (dst_entries_init(&net->ipv6.ip6_dst_ops) < 0) in ip6_route_net_init()
6877 ret = dst_entries_init(&ip6_dst_blackhole_ops); in ip6_route_init()