Home
last modified time | relevance | path

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

/linux-2.6.39/include/net/
Dip.h261 extern void __ip_select_ident(struct iphdr *iph, struct dst_entry *dst, int more);
274 __ip_select_ident(iph, dst, 0); in ip_select_ident()
286 __ip_select_ident(iph, dst, more); in ip_select_ident_more()
/linux-2.6.39/net/ipv4/
Droute.c1246 void __ip_select_ident(struct iphdr *iph, struct dst_entry *dst, int more) in __ip_select_ident() function
1267 EXPORT_SYMBOL(__ip_select_ident);