Searched refs:sendmmsg (Results 1 - 5 of 5) sorted by relevance

/linux-master/kernel/
H A Dsys_ni.c234 COND_SYSCALL(sendmmsg); variable
235 COND_SYSCALL_COMPAT(sendmmsg); variable
/linux-master/tools/testing/selftests/net/
H A Dudpgso_bench_tx.c351 error(1, 0, "sendmmsg: exceeds max_nr_msg");
371 ret = sendmmsg(fd, mmsgs, i, cfg_zerocopy ? MSG_ZEROCOPY : 0);
373 error(1, errno, "sendmmsg");
531 error(1, 0, "cannot combine segment offload and sendmmsg");
/linux-master/net/
H A Dcompat.c364 COMPAT_SYSCALL_DEFINE4(sendmmsg, int, fd, struct compat_mmsghdr __user *, mmsg,
H A Dsocket.c2572 * If this is sendmmsg() and current destination address is same as
2586 * If this is sendmmsg() and sending to current destination address was
2680 * Linux sendmmsg interface
2750 SYSCALL_DEFINE4(sendmmsg, int, fd, struct mmsghdr __user *, mmsg,
/linux-master/arch/um/drivers/
H A Dvector_user.c728 CATCH_EINTR(n = sendmmsg(fd, (struct mmsghdr *) msgvec, vlen, flags));

Completed in 451 milliseconds