HomeSort by: relevance | last modified time | path
    Searched defs:ip_hlen (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
if_fdir.c 96 int ehdrlen, ip_hlen; local in function:ixgbe_atr
113 ip_hlen = ip->ip_hl << 2;
118 th = (struct tcphdr *)((caddr_t)ip + ip_hlen);
125 uh = (struct udphdr *)((caddr_t)ip + ip_hlen);
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...]

Completed in 11 milliseconds