Searched refs:raw_pkt (Results 1 – 2 of 2) sorted by relevance
809 unsigned char *raw_pkt, in i40e_flow_fdir_fill_eth_ip_head() argument843 raw_pkt += sizeof(vlan_frame); in i40e_flow_fdir_fill_eth_ip_head()847 raw_pkt += sizeof(uint16_t); in i40e_flow_fdir_fill_eth_ip_head()931 unsigned char *raw_pkt) in i40e_flow_fdir_construct_pkt() argument1001 payload = raw_pkt + len; in i40e_flow_fdir_construct_pkt()1038 payload = raw_pkt + len; in i40e_flow_fdir_construct_pkt()1041 payload = raw_pkt + len; in i40e_flow_fdir_construct_pkt()1135 (raw_pkt + len); in i40e_flow_fdir_construct_pkt()1145 (raw_pkt + len); in i40e_flow_fdir_construct_pkt()1164 (raw_pkt + len); in i40e_flow_fdir_construct_pkt()[all …]
335 uint8_t *raw_pkt; in qede_arfs_construct_pkt() local342 raw_pkt = (uint8_t *)buff; in qede_arfs_construct_pkt()345 raw_pkt += 2 * sizeof(struct rte_ether_addr); in qede_arfs_construct_pkt()346 ether_type = (uint16_t *)raw_pkt; in qede_arfs_construct_pkt()347 raw_pkt += sizeof(uint16_t); in qede_arfs_construct_pkt()353 ip = (struct rte_ipv4_hdr *)raw_pkt; in qede_arfs_construct_pkt()363 raw_pkt = (uint8_t *)buff; in qede_arfs_construct_pkt()366 udp = (struct rte_udp_hdr *)(raw_pkt + len); in qede_arfs_construct_pkt()375 tcp = (struct rte_tcp_hdr *)(raw_pkt + len); in qede_arfs_construct_pkt()386 ip6 = (struct rte_ipv6_hdr *)raw_pkt; in qede_arfs_construct_pkt()[all …]