Searched refs:send_from (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | reuseport_bpf.c | 188 static void send_from(struct test_params p, uint16_t sport, char *buf, in send_from() function 240 send_from(p, sport, send_buf, sizeof(ndata)); in test_recv_order()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | reuseport_bpf.c | 186 static void send_from(struct test_params p, uint16_t sport, char *buf, in send_from() function 238 send_from(p, sport, send_buf, sizeof(ndata)); in test_recv_order()
|
/kernel/linux/linux-5.10/arch/um/drivers/ |
H A D | vector_kern.c | 411 struct mmsghdr *send_from; in vector_send() local 422 send_from = qi->mmsg_vector; in vector_send() 423 send_from += qi->head; in vector_send() 431 send_from, in vector_send()
|
/kernel/linux/linux-6.6/arch/um/drivers/ |
H A D | vector_kern.c | 410 struct mmsghdr *send_from; in vector_send() local 421 send_from = qi->mmsg_vector; in vector_send() 422 send_from += qi->head; in vector_send() 430 send_from, in vector_send()
|
Completed in 6 milliseconds