Searched refs:ipv4_id (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/sfc/
H A Dtx.c561 * @ipv4_id: Current IPv4 ID, host endian
579 unsigned ipv4_id; member in struct:tso_state
873 st->ipv4_id = ntohs(ip_hdr(skb)->id);
875 st->ipv4_id = 0;
1038 tsoh_iph->id = htons(st->ipv4_id);
1039 st->ipv4_id++;

Completed in 30 milliseconds