Home
last modified time | relevance | path

Searched refs:ip_idents_reserve (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/net/ipv6/
Doutput_core.c27 id = ip_idents_reserve(hash, 1); in __ipv6_select_ident()
/Linux-v4.19/include/net/
Dip.h426 u32 ip_idents_reserve(u32 hash, int segs);
/Linux-v4.19/net/ipv4/
Droute.c480 u32 ip_idents_reserve(u32 hash, int segs) in ip_idents_reserve() function
499 EXPORT_SYMBOL(ip_idents_reserve);
512 id = ip_idents_reserve(hash, segs); in __ip_select_ident()