Home
last modified time | relevance | path

Searched refs:MSG_EOR (Results 1 – 4 of 4) sorted by relevance

/tools/testing/vsock/
Dvsock_test.c298 send_byte(fd, 1, (i == MSG_EOR_IDX) ? MSG_EOR : 0); in test_seqpacket_msg_bounds_client()
329 if ((i == MSG_EOR_IDX) ^ !!(msg.msg_flags & MSG_EOR)) { in test_seqpacket_msg_bounds_server()
/tools/perf/trace/beauty/include/linux/
Dsocket.h298 #define MSG_EOR 0x80 /* End of record */ macro
/tools/testing/selftests/bpf/prog_tests/
Dsock_fields.c315 err = send(accept_fd, DATA, DATA_LEN, MSG_EOR); in test()
Dtcp_hdr_options.c519 MSG_EOR); in misc()