Searched refs:build_packet (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/tools/testing/selftests/net/ |
H A D | txring_overwrite.c | 41 static void build_packet(void *buffer, size_t blen, char payload_char) in build_packet() function 130 build_packet(slot + eth_off, cfg_frame_size, payload_char); in send_pkt()
|
H A D | psock_snd.c | 153 static int build_packet(int payload_len) in build_packet() function 238 len = build_packet(cfg_payload_len); in do_tx()
|
H A D | csum.c | 295 static char *build_packet(char *buf, int max_len, int *len) in build_packet() function 913 buf = build_packet(_buf, sizeof(_buf), &len); in do_tx() 931 buf = build_packet(_buf, sizeof(_buf), &len); in do_tx()
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_flow_dissector.c | 276 static int build_packet(void) in build_packet() function 521 len = build_packet(); in do_main()
|