Searched refs:initial_ref (Results  1 – 2 of 2) sorted by relevance
| /Linux-v5.4/net/core/ | 
| D | dst.c | 48 	      struct net_device *dev, int initial_ref, int initial_obsolete,  in dst_init()  argument70 	atomic_set(&dst->__refcnt, initial_ref);  in dst_init()
 80 		int initial_ref, int initial_obsolete, unsigned short flags)  in dst_alloc()  argument
 97 	dst_init(dst, ops, dev, initial_ref, initial_obsolete, flags);  in dst_alloc()
 
 | 
| /Linux-v5.4/include/net/ | 
| D | dst.h | 383 void *dst_alloc(struct dst_ops *ops, struct net_device *dev, int initial_ref,386 	      struct net_device *dev, int initial_ref, int initial_obsolete,
 
 |