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()
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()
355 struct iphdr *ip; in i40e_add_del_fdir_ipv4()
370 ip = (struct iphdr *)(raw_packet + IP_HEADER_OFFSET); in i40e_add_del_fdir_ipv4()
1335 struct iphdr *iph; in i40e_rx_checksum()
1987 struct iphdr *ipv4; in i40e_atr()
2215 struct iphdr *iph; in i40e_tso()
2316 struct iphdr *this_ip_hdr; in i40e_tx_enable_csum()
2320 struct iphdr *oiph; in i40e_tx_enable_csum()