Searched refs:IPV6_TCLASS (Results 1 – 12 of 12) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | sockopt_qos_to_cc.c | 19 if (ctx->level != SOL_IPV6 || ctx->optname != IPV6_TCLASS) in sockopt_qos_to_cc()
|
| H A D | test_tcpbpf_kern.c | 103 rv = bpf_setsockopt(skops, SOL_IPV6, IPV6_TCLASS, &v, in bpf_testcb()
|
| H A D | bpf_tracing_net.h | 33 #define IPV6_TCLASS 67 29 #define IPV6_TCLASS global() macro
|
| H A D | setget_sockopt.c | 76 { .opt = IPV6_TCLASS, .new = 0xe1, .expected = 0xe1, .tcp_expected = 0xe0, },
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | sockopt_qos_to_cc.c | 15 err = setsockopt(sock_fd, SOL_IPV6, IPV6_TCLASS, &buf, sizeof(buf)); in run_setsockopt_test()
|
| /linux/samples/bpf/ |
| H A D | tcp_tos_reflect_kern.c | 65 IPV6_TCLASS, in bpf_basertt()
|
| /linux/include/uapi/linux/ |
| H A D | in6.h | 259 #define IPV6_TCLASS 67 macro
|
| /linux/tools/testing/selftests/net/ |
| H A D | cmsg_sender.c | 280 SOL_IPV6, IPV6_TCLASS, &opt.cmsg.tclass); in cs_write_cmsg() 442 setsockopt(fd, SOL_IPV6, IPV6_TCLASS, in ca_set_sockopts()
|
| H A D | nettest.c | 601 if (setsockopt(sd, SOL_IPV6, IPV6_TCLASS, &dsfield, in set_dsfield()
|
| /linux/net/ipv6/ |
| H A D | datagram.c | 634 put_cmsg(msg, SOL_IPV6, IPV6_TCLASS, sizeof(tclass), &tclass); in ip6_datagram_recv_specific_ctl() 1010 case IPV6_TCLASS: in ip6_datagram_send_ctl()
|
| /linux/net/mptcp/ |
| H A D | sockopt.c | 504 case IPV6_TCLASS: in mptcp_supported_sockopt()
|
| /linux/net/core/ |
| H A D | filter.c | 5580 case IPV6_TCLASS: in sol_ipv6_sockopt()
|