Searched refs:h_source (Results 1 – 7 of 7) sorted by relevance
/samples/bpf/ |
D | parse_simple.c | 22 unsigned char h_source[ETH_ALEN]; member
|
D | xdp_adjust_tail_kern.c | 50 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()
|
D | test_cgrp2_tc_kern.c | 18 unsigned char h_source[ETH_ALEN]; member
|
D | xdp_tx_iptunnel_kern.c | 72 memcpy(new_eth->h_source, old_eth->h_dest, sizeof(new_eth->h_source)); in set_ethhdr()
|
D | xdp_fwd_kern.c | 139 memcpy(eth->h_source, fib_params.smac, ETH_ALEN); in xdp_fwd_flags()
|
D | test_lwt_bpf.c | 180 memcpy(&ehdr.h_source, &smac, 6); in __do_push_ll_and_redirect()
|
D | tc_l2_redirect_kern.c | 36 unsigned char h_source[ETH_ALEN]; member
|