Home
last modified time | relevance | path

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

/linux/include/net/
H A Dip.h555 void __ip_select_ident(struct net *net, struct iphdr *iph, int segs);
585 __ip_select_ident(net, iph, segs); in ip_select_ident_segs()
/linux/net/ipv4/
H A Dip_tunnel_core.c95 __ip_select_ident(net, iph, skb_shinfo(skb)->gso_segs ?: 1); in iptunnel_xmit()
H A Dip_output.c183 __ip_select_ident(net, iph, 1); in ip_build_and_send_pkt()
H A Droute.c492 void __ip_select_ident(struct net *net, struct iphdr *iph, int segs) in __ip_select_ident() function
508 EXPORT_SYMBOL(__ip_select_ident);
/linux/net/netfilter/
H A Dnf_flow_table_ip.c633 __ip_select_ident(net, iph, skb_shinfo(skb)->gso_segs ?: 1); in nf_flow_tunnel_ipip_push()