Searched refs:msg_verify_data (Results 1 – 1 of 1) sorted by relevance
/linux/tools/testing/selftests/bpf/ |
H A D | test_sockmap.c | 521 /* In push or pop test, we need to do some calculations for msg_verify_data */ 549 static int msg_verify_data(struct msghdr *msg, int size, int chunk_sz, in msg_verify_data() function 790 errno = msg_verify_data(&msg, recv, chunk_sz, &k, &bytes_cnt, in msg_loop() 797 errno = msg_verify_data(&msg_peek, in msg_loop()
|