ix_txrx.c | 840 int ehdrlen, ip_hlen = 0; local in function:ixgbe_tx_ctx_setup 915 ip_hlen = ip->ip_hl << 2; 925 ip_hlen = sizeof(struct ip6_hdr); 938 vlan_macip_lens |= ip_hlen; 1004 int ctxd, ehdrlen, ip_hlen, tcp_hlen; local in function:ixgbe_tso_setup 1030 ip_hlen = ip->ip_hl << 2; 1031 th = (struct tcphdr *)((char *)ip + ip_hlen); 1045 ip_hlen = sizeof(struct ip6_hdr); 1047 th = (struct tcphdr *)((char *)ip6 + ip_hlen); 1065 paylen = mp->m_pkthdr.len - ehdrlen - ip_hlen - tcp_hlen [all...] |