Home
last modified time | relevance | path

Searched refs:initial_obsolete (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/core/
Ddst.c48 struct net_device *dev, int initial_ref, int initial_obsolete, in dst_init() argument
63 dst->obsolete = initial_obsolete; in dst_init()
80 int initial_ref, int initial_obsolete, unsigned short flags) in dst_alloc() argument
93 dst_init(dst, ops, dev, initial_ref, initial_obsolete, flags); in dst_alloc()
/kernel/linux/linux-5.10/include/net/
Ddst.h376 int initial_obsolete, unsigned short flags);
378 struct net_device *dev, int initial_ref, int initial_obsolete,