Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/bridge/
H A Dbr_nf_core.c85 return dst_entries_init(&fake_dst_ops); in br_nf_core_init()
/OK3568_Linux_fs/kernel/include/net/
H A Ddst_ops.h63 static inline int dst_entries_init(struct dst_ops *dst) in dst_entries_init() function
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dxfrm4_policy.c228 ret = dst_entries_init(&net->xfrm.xfrm4_dst_ops); in xfrm4_net_init()
H A Droute.c3631 if (dst_entries_init(&ipv4_dst_ops) < 0) in ip_rt_init()
3634 if (dst_entries_init(&ipv4_dst_blackhole_ops) < 0) in ip_rt_init()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dxfrm6_policy.c255 ret = dst_entries_init(&net->xfrm.xfrm6_dst_ops); in xfrm6_net_init()
H A Droute.c6276 if (dst_entries_init(&net->ipv6.ip6_dst_ops) < 0) in ip6_route_net_init()
6492 ret = dst_entries_init(&ip6_dst_blackhole_ops); in ip6_route_init()
/OK3568_Linux_fs/kernel/net/decnet/
H A Ddn_route.c1860 dst_entries_init(&dn_dst_ops); in dn_route_init()