Searched refs:ip_length (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.c991 unsigned ip_length; local
1021 ip_length = st->full_packet_size - ETH_HDR_LEN(skb);
1026 ip_length = st->header_len - ETH_HDR_LEN(skb) + st->out_len;
1035 tsoh_iph->tot_len = htons(ip_length);
1044 tsoh_iph->payload_len = htons(ip_length - sizeof(*tsoh_iph));

Completed in 102 milliseconds