Home
last modified time | relevance | path

Searched refs:h_source (Results 1 – 7 of 7) sorted by relevance

/samples/bpf/
Dparse_simple.c22 unsigned char h_source[ETH_ALEN]; member
Dxdp_adjust_tail_kern.c50 memcpy(eth->h_source, orig_eth->h_dest, ETH_ALEN); in swap_mac()
51 memcpy(eth->h_dest, orig_eth->h_source, ETH_ALEN); in swap_mac()
Dtest_cgrp2_tc_kern.c18 unsigned char h_source[ETH_ALEN]; member
Dxdp_tx_iptunnel_kern.c72 memcpy(new_eth->h_source, old_eth->h_dest, sizeof(new_eth->h_source)); in set_ethhdr()
Dxdp_fwd_kern.c139 memcpy(eth->h_source, fib_params.smac, ETH_ALEN); in xdp_fwd_flags()
Dtest_lwt_bpf.c180 memcpy(&ehdr.h_source, &smac, 6); in __do_push_ll_and_redirect()
Dtc_l2_redirect_kern.c36 unsigned char h_source[ETH_ALEN]; member