Lines Matching refs:iphdr
202 struct iphdr *ip; in i40e_add_del_fdir_udpv4()
215 ip = (struct iphdr *)(raw_packet + IP_HEADER_OFFSET); in i40e_add_del_fdir_udpv4()
217 + sizeof(struct iphdr)); in i40e_add_del_fdir_udpv4()
259 struct iphdr *ip; in i40e_add_del_fdir_tcpv4()
274 ip = (struct iphdr *)(raw_packet + IP_HEADER_OFFSET); in i40e_add_del_fdir_tcpv4()
276 + sizeof(struct iphdr)); in i40e_add_del_fdir_tcpv4()
350 struct iphdr *ip; in i40e_add_del_fdir_ipv4()
365 ip = (struct iphdr *)(raw_packet + IP_HEADER_OFFSET); in i40e_add_del_fdir_ipv4()
1378 struct iphdr *iph; in i40e_rx_checksum()
1938 struct iphdr *ipv4; in i40e_atr()
2136 struct iphdr *iph; in i40e_tso()
2235 struct iphdr *this_ip_hdr; in i40e_tx_enable_csum()