Searched refs:__ip_select_ident (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/include/net/ |
D | ip.h | 334 void __ip_select_ident(struct net *net, struct iphdr *iph, int segs); 354 __ip_select_ident(net, iph, segs); in ip_select_ident_segs()
|
/linux-4.4.14/net/ipv4/ |
D | ip_tunnel_core.c | 80 __ip_select_ident(net, iph, skb_shinfo(skb)->gso_segs ?: 1); in iptunnel_xmit()
|
D | route.c | 488 void __ip_select_ident(struct net *net, struct iphdr *iph, int segs) in __ip_select_ident() function 502 EXPORT_SYMBOL(__ip_select_ident);
|
D | ip_output.c | 159 __ip_select_ident(net, iph, 1); in ip_build_and_send_pkt()
|