Lines Matching full:sendmsg
657 sent = sendmsg(fd, &msg, flags);
664 perror("sendmsg loop error");
668 "sendmsg loop error expected: %i errno %i\n",
1043 SENDMSG,
1323 int skb_fd = (test == SENDMSG || test == SENDPAGE) ?
1356 else if (test == SENDMSG) {
1404 case SENDMSG:
1405 return "sendmsg";
1508 err = __test_exec(cgrp, SENDMSG, opt);
2171 } else if (strcmp(optarg, "sendmsg") == 0) {
2172 test = SENDMSG;