Lines Matching refs:iphdr
179 struct iphdr *ip; in i40e_add_del_fdir_udpv4()
191 ip = (struct iphdr *)(raw_packet + IP_HEADER_OFFSET); in i40e_add_del_fdir_udpv4()
193 + sizeof(struct iphdr)); in i40e_add_del_fdir_udpv4()
251 struct iphdr *ip; in i40e_add_del_fdir_tcpv4()
265 ip = (struct iphdr *)(raw_packet + IP_HEADER_OFFSET); in i40e_add_del_fdir_tcpv4()
267 + sizeof(struct iphdr)); in i40e_add_del_fdir_tcpv4()
330 struct iphdr *ip; in i40e_add_del_fdir_sctpv4()
343 ip = (struct iphdr *)(raw_packet + IP_HEADER_OFFSET); in i40e_add_del_fdir_sctpv4()
345 + sizeof(struct iphdr)); in i40e_add_del_fdir_sctpv4()
403 struct iphdr *ip; in i40e_add_del_fdir_ipv4()
417 ip = (struct iphdr *)(raw_packet + IP_HEADER_OFFSET); in i40e_add_del_fdir_ipv4()
2674 struct iphdr *ipv4; in i40e_atr()
2892 struct iphdr *v4; in i40e_tso()
3045 struct iphdr *v4; in i40e_tx_enable_csum()