Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/ipv6/
Dip6_output.c55 static u32 ipv6_fragmentation_id = 1; in ipv6_select_ident() local
59 fhdr->identification = htonl(ipv6_fragmentation_id); in ipv6_select_ident()
60 if (++ipv6_fragmentation_id == 0) in ipv6_select_ident()
61 ipv6_fragmentation_id = 1; in ipv6_select_ident()