Go to the documentation of this file.
27 #include <linux/in6.h>
28 #if IS_ENABLED(CONFIG_IPV6)
29 #include <linux/ipv6.h>
36 #define MAX_INET_PROTOS 256
53 #if IS_ENABLED(CONFIG_IPV6)
54 struct inet6_protocol {
74 #define INET6_PROTO_NOPOLICY 0x1
75 #define INET6_PROTO_FINAL 0x2
77 #define INET6_PROTO_GSO_EXTHDR 0x4
94 #define INET_PROTOSW_REUSE 0x01
95 #define INET_PROTOSW_PERMANENT 0x02
96 #define INET_PROTOSW_ICSK 0x04
100 #if IS_ENABLED(CONFIG_IPV6)
109 #if IS_ENABLED(CONFIG_IPV6)