Lines Matching refs:iphdr
199 struct iphdr *ip; in i40e_add_del_fdir_udpv4()
212 ip = (struct iphdr *)(raw_packet + IP_HEADER_OFFSET); in i40e_add_del_fdir_udpv4()
214 + sizeof(struct iphdr)); in i40e_add_del_fdir_udpv4()
256 struct iphdr *ip; in i40e_add_del_fdir_tcpv4()
271 ip = (struct iphdr *)(raw_packet + IP_HEADER_OFFSET); in i40e_add_del_fdir_tcpv4()
273 + sizeof(struct iphdr)); in i40e_add_del_fdir_tcpv4()
349 struct iphdr *ip; in i40e_add_del_fdir_ipv4()
364 ip = (struct iphdr *)(raw_packet + IP_HEADER_OFFSET); in i40e_add_del_fdir_ipv4()
1326 struct iphdr *iph; in i40e_rx_checksum()
1974 struct iphdr *ipv4; in i40e_atr()
2202 struct iphdr *iph; in i40e_tso()
2303 struct iphdr *this_ip_hdr; in i40e_tx_enable_csum()
2307 struct iphdr *oiph; in i40e_tx_enable_csum()