Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/net/
Dip.h191 extern void __ip_select_ident(struct iphdr *iph, struct dst_entry *dst);
203 __ip_select_ident(iph, dst); in ip_select_ident()
/linux-2.4.37.9/net/
Dnetsyms.c272 EXPORT_SYMBOL(__ip_select_ident);
/linux-2.4.37.9/net/ipv4/
Dip_output.c586 __ip_select_ident(iph, &rt->u.dst); in ip_build_xmit_slow()
Droute.c804 void __ip_select_ident(struct iphdr *iph, struct dst_entry *dst) in __ip_select_ident() function