Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv6/
Doutput_core.c38 id = ip_idents_reserve(hash, 1); in __ipv6_select_ident()
/Linux-v5.4/include/net/
Dip.h494 u32 ip_idents_reserve(u32 hash, int segs);
/Linux-v5.4/net/ipv4/
Droute.c486 u32 ip_idents_reserve(u32 hash, int segs) in ip_idents_reserve() function
505 EXPORT_SYMBOL(ip_idents_reserve);
520 id = ip_idents_reserve(hash, segs); in __ip_select_ident()