Searched refs:dst_ops (Results 1 – 6 of 6) sorted by relevance
15 struct dst_ops { struct19 void (*gc)(struct dst_ops *ops); argument46 static inline int dst_entries_get_fast(struct dst_ops *dst) in dst_entries_get_fast() argument51 static inline int dst_entries_get_slow(struct dst_ops *dst) in dst_entries_get_slow()57 static inline void dst_entries_add(struct dst_ops *dst, int val) in dst_entries_add()63 static inline int dst_entries_init(struct dst_ops *dst) in dst_entries_init()68 static inline void dst_entries_destroy(struct dst_ops *dst) in dst_entries_destroy()
28 struct dst_ops *ops;388 void *dst_alloc(struct dst_ops *ops, struct net_device *dev,390 void dst_init(struct dst_entry *dst, struct dst_ops *ops,
386 struct dst_ops *dst_ops; member
76 struct dst_ops xfrm4_dst_ops;78 struct dst_ops xfrm6_dst_ops;
63 struct dst_ops ip6_dst_ops;
190 u32 dst_ops; member
Completed in 20 milliseconds