Lines Matching refs:d_addr

1071 	*(uint64_t *)&eth_hdr[0]->d_addr = dest_eth_addr[dst_port[0]];  in simple_ipv4_fwd_8pkts()
1072 *(uint64_t *)&eth_hdr[1]->d_addr = dest_eth_addr[dst_port[1]]; in simple_ipv4_fwd_8pkts()
1073 *(uint64_t *)&eth_hdr[2]->d_addr = dest_eth_addr[dst_port[2]]; in simple_ipv4_fwd_8pkts()
1074 *(uint64_t *)&eth_hdr[3]->d_addr = dest_eth_addr[dst_port[3]]; in simple_ipv4_fwd_8pkts()
1075 *(uint64_t *)&eth_hdr[4]->d_addr = dest_eth_addr[dst_port[4]]; in simple_ipv4_fwd_8pkts()
1076 *(uint64_t *)&eth_hdr[5]->d_addr = dest_eth_addr[dst_port[5]]; in simple_ipv4_fwd_8pkts()
1077 *(uint64_t *)&eth_hdr[6]->d_addr = dest_eth_addr[dst_port[6]]; in simple_ipv4_fwd_8pkts()
1078 *(uint64_t *)&eth_hdr[7]->d_addr = dest_eth_addr[dst_port[7]]; in simple_ipv4_fwd_8pkts()
1206 *(uint64_t *)&eth_hdr[0]->d_addr = dest_eth_addr[dst_port[0]]; in simple_ipv6_fwd_8pkts()
1207 *(uint64_t *)&eth_hdr[1]->d_addr = dest_eth_addr[dst_port[1]]; in simple_ipv6_fwd_8pkts()
1208 *(uint64_t *)&eth_hdr[2]->d_addr = dest_eth_addr[dst_port[2]]; in simple_ipv6_fwd_8pkts()
1209 *(uint64_t *)&eth_hdr[3]->d_addr = dest_eth_addr[dst_port[3]]; in simple_ipv6_fwd_8pkts()
1210 *(uint64_t *)&eth_hdr[4]->d_addr = dest_eth_addr[dst_port[4]]; in simple_ipv6_fwd_8pkts()
1211 *(uint64_t *)&eth_hdr[5]->d_addr = dest_eth_addr[dst_port[5]]; in simple_ipv6_fwd_8pkts()
1212 *(uint64_t *)&eth_hdr[6]->d_addr = dest_eth_addr[dst_port[6]]; in simple_ipv6_fwd_8pkts()
1213 *(uint64_t *)&eth_hdr[7]->d_addr = dest_eth_addr[dst_port[7]]; in simple_ipv6_fwd_8pkts()
1271 *(uint64_t *)&eth_hdr->d_addr = dest_eth_addr[dst_port]; in l3fwd_simple_forward()
1293 *(uint64_t *)&eth_hdr->d_addr = dest_eth_addr[dst_port]; in l3fwd_simple_forward()