HomeSort by relevance Sort by last modified time
    Searched refs:eth_dest (Results 1 - 3 of 3) sorted by null

  /external/linux-kselftest/tools/testing/selftests/bpf/
test_xdp_noinline.c 222 unsigned char eth_dest[6]; member in struct:eth_hdr
310 memcpy(new_eth->eth_dest, cval->mac, 6);
311 memcpy(new_eth->eth_source, old_eth->eth_dest, 6);
358 memcpy(new_eth->eth_dest, cval->mac, 6);
359 memcpy(new_eth->eth_source, old_eth->eth_dest, 6);
394 memcpy(new_eth->eth_dest, old_eth->eth_dest, 6);
415 memcpy(new_eth->eth_dest, old_eth->eth_dest, 6);
432 memcpy(eth->eth_source, eth->eth_dest, 6)
    [all...]
test_l4lb.c 167 unsigned char eth_dest[ETH_ALEN]; member in struct:eth_hdr
449 *(u32 *)eth->eth_dest = tkey.remote_ipv4;
test_l4lb_noinline.c 163 unsigned char eth_dest[ETH_ALEN]; member in struct:eth_hdr
449 *(u32 *)eth->eth_dest = tkey.remote_ipv4;

Completed in 87 milliseconds