Searched refs:__ip_select_ident (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/include/net/ |
D | ip.h | 498 void __ip_select_ident(struct net *net, struct iphdr *iph, int segs); 518 __ip_select_ident(net, iph, segs); in ip_select_ident_segs()
|
/Linux-v5.10/drivers/infiniband/sw/rxe/ |
D | rxe_net.c | 287 __ip_select_ident(dev_net(dst->dev), iph, in prepare_ipv4_hdr()
|
/Linux-v5.10/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 | 507 void __ip_select_ident(struct net *net, struct iphdr *iph, int segs) in __ip_select_ident() function 523 EXPORT_SYMBOL(__ip_select_ident);
|
D | ip_output.c | 170 __ip_select_ident(net, iph, 1); in ip_build_and_send_pkt()
|