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

/drivers/net/ethernet/sfc/
H A Dtx.c611 * @ipv4_id: Current IPv4 ID, host endian
629 unsigned ipv4_id; member in struct:tso_state
923 st->ipv4_id = ntohs(ip_hdr(skb)->id);
925 st->ipv4_id = 0;
1087 tsoh_iph->id = htons(st->ipv4_id);
1088 st->ipv4_id++;

Completed in 31 milliseconds