Searched refs:iplen (Results 1 – 4 of 4) sorted by relevance
110 int iplen; in mlx5e_test_get_udp_skb() local147 iplen = sizeof(struct iphdr) + sizeof(struct udphdr) + in mlx5e_test_get_udp_skb()149 iph->tot_len = htons(iplen); in mlx5e_test_get_udp_skb()
66 int iplen, size; in stmmac_test_get_udp_skb() local169 iplen = sizeof(*ihdr) + sizeof(*shdr) + attr->size; in stmmac_test_get_udp_skb()171 iplen += sizeof(*thdr); in stmmac_test_get_udp_skb()173 iplen += sizeof(*uhdr); in stmmac_test_get_udp_skb()176 iplen = attr->max_size - sizeof(*ehdr); in stmmac_test_get_udp_skb()178 ihdr->tot_len = htons(iplen); in stmmac_test_get_udp_skb()
375 u32 iplen, l4len; in i40iw_puda_send() local384 iplen = 5; in i40iw_puda_send()387 iplen = 10; in i40iw_puda_send()397 LS_64(iplen, I40IW_UDA_QPSQ_IPLEN) | LS_64(1, I40IW_UDA_QPSQ_L4T) | in i40iw_puda_send()
2725 int datalen, iplen; in fill_packet_ipv4() local2813 iplen = 20 + 8 + datalen; in fill_packet_ipv4()2814 iph->tot_len = htons(iplen); in fill_packet_ipv4()