Searched refs:IPV6_RECVERR (Results 1 – 17 of 17) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | icmp_send_kfunc.c | 36 setsockopt(fd, IPPROTO_IPV6, IPV6_RECVERR, &on, sizeof(on)) < 0) { in connect_to_fd_nonblock() 57 int expected_type = (af == AF_INET) ? IP_RECVERR : IPV6_RECVERR; in read_icmp_errqueue()
|
| H A D | net_timestamping.c | 88 cm->cmsg_type == IPV6_RECVERR) || in test_recv_errmsg_cmsg()
|
| /linux/include/uapi/linux/ |
| H A D | in6.h | 178 #define IPV6_RECVERR 25 macro
|
| /linux/Documentation/translations/zh_CN/networking/ |
| H A D | msg_zerocopy.rst | 156 IPV6_RECVERR。对于 VSOCK 套接字,cmsg_level 为 SOL_VSOCK,cmsg_type 为 VSOCK_RECVERR。
|
| /linux/tools/testing/selftests/net/ |
| H A D | so_txtime.c | |
| H A D | udpgso_bench_tx.c | 163 case IPV6_RECVERR: in flush_cmsg()
|
| H A D | cmsg_sender.c | 383 cmsg->cmsg_type == IPV6_RECVERR)) { in cs_read_cmsg()
|
| H A D | msg_zerocopy.c | 423 (cm->cmsg_level == SOL_IPV6 && cm->cmsg_type == IPV6_RECVERR) || in do_recv_completion()
|
| H A D | txtimestamp.c | 326 cm->cmsg_type == IPV6_RECVERR) || in __recv_errmsg_cmsg()
|
| H A D | nettest.c | 462 rc = setsockopt(sd, SOL_IPV6, IPV6_RECVERR, &one, sizeof(one)); in set_recverr_v6()
|
| /linux/tools/testing/selftests/drivers/net/ |
| H A D | so_txtime.c | 474 cfg_errq_type = IPV6_RECVERR; in parse_opts()
|
| /linux/tools/testing/selftests/net/tcp_ao/ |
| H A D | icmps-accept.c | 35 const int sk_recverr = IPV6_RECVERR;
|
| H A D | icmps-discard.c | 35 const int sk_recverr = IPV6_RECVERR;
|
| /linux/Documentation/networking/ |
| H A D | msg_zerocopy.rst | 178 specific, IP_RECVERR or IPV6_RECVERR (for TCP or UDP socket).
|
| /linux/net/ipv6/ |
| H A D | datagram.c | 532 put_cmsg(msg, SOL_IPV6, IPV6_RECVERR, sizeof(errhdr), &errhdr); in ipv6_recv_error()
|
| /linux/tools/testing/selftests/drivers/net/hw/ |
| H A D | ncdevmem.c | 1250 cm->cmsg_type != IPV6_RECVERR) in wait_compl()
|
| /linux/net/mptcp/ |
| H A D | sockopt.c | 522 case IPV6_RECVERR: in mptcp_supported_sockopt()
|