~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/include/net/ipv6_stubs.h

Version: ~ [ linux-6.11-rc3 ] ~ [ linux-6.10.4 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.45 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.104 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.164 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.223 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.281 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.319 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.9 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /include/net/ipv6_stubs.h (Version linux-6.11-rc3) and /include/net/ipv6_stubs.h (Version linux-5.12.19)


  1 /* SPDX-License-Identifier: GPL-2.0 */              1 /* SPDX-License-Identifier: GPL-2.0 */
  2 #ifndef _IPV6_STUBS_H                               2 #ifndef _IPV6_STUBS_H
  3 #define _IPV6_STUBS_H                               3 #define _IPV6_STUBS_H
  4                                                     4 
  5 #include <linux/in6.h>                              5 #include <linux/in6.h>
  6 #include <linux/netdevice.h>                        6 #include <linux/netdevice.h>
  7 #include <linux/skbuff.h>                           7 #include <linux/skbuff.h>
  8 #include <net/dst.h>                                8 #include <net/dst.h>
  9 #include <net/flow.h>                               9 #include <net/flow.h>
 10 #include <net/neighbour.h>                         10 #include <net/neighbour.h>
 11 #include <net/sock.h>                              11 #include <net/sock.h>
 12 #include <net/ipv6.h>                          << 
 13                                                    12 
 14 /* structs from net/ip6_fib.h */                   13 /* structs from net/ip6_fib.h */
 15 struct fib6_info;                                  14 struct fib6_info;
 16 struct fib6_nh;                                    15 struct fib6_nh;
 17 struct fib6_config;                                16 struct fib6_config;
 18 struct fib6_result;                                17 struct fib6_result;
 19                                                    18 
 20 /* This is ugly, ideally these symbols should      19 /* This is ugly, ideally these symbols should be built
 21  * into the core kernel.                           20  * into the core kernel.
 22  */                                                21  */
 23 struct ipv6_stub {                                 22 struct ipv6_stub {
 24         int (*ipv6_sock_mc_join)(struct sock *     23         int (*ipv6_sock_mc_join)(struct sock *sk, int ifindex,
 25                                  const struct      24                                  const struct in6_addr *addr);
 26         int (*ipv6_sock_mc_drop)(struct sock *     25         int (*ipv6_sock_mc_drop)(struct sock *sk, int ifindex,
 27                                  const struct      26                                  const struct in6_addr *addr);
 28         struct dst_entry *(*ipv6_dst_lookup_fl     27         struct dst_entry *(*ipv6_dst_lookup_flow)(struct net *net,
 29                                                    28                                                   const struct sock *sk,
 30                                                    29                                                   struct flowi6 *fl6,
 31                                                    30                                                   const struct in6_addr *final_dst);
 32         int (*ipv6_route_input)(struct sk_buff     31         int (*ipv6_route_input)(struct sk_buff *skb);
 33                                                    32 
 34         struct fib6_table *(*fib6_get_table)(s     33         struct fib6_table *(*fib6_get_table)(struct net *net, u32 id);
 35         int (*fib6_lookup)(struct net *net, in     34         int (*fib6_lookup)(struct net *net, int oif, struct flowi6 *fl6,
 36                            struct fib6_result      35                            struct fib6_result *res, int flags);
 37         int (*fib6_table_lookup)(struct net *n     36         int (*fib6_table_lookup)(struct net *net, struct fib6_table *table,
 38                                  int oif, stru     37                                  int oif, struct flowi6 *fl6,
 39                                  struct fib6_r     38                                  struct fib6_result *res, int flags);
 40         void (*fib6_select_path)(const struct      39         void (*fib6_select_path)(const struct net *net, struct fib6_result *res,
 41                                  struct flowi6     40                                  struct flowi6 *fl6, int oif, bool oif_match,
 42                                  const struct      41                                  const struct sk_buff *skb, int strict);
 43         u32 (*ip6_mtu_from_fib6)(const struct      42         u32 (*ip6_mtu_from_fib6)(const struct fib6_result *res,
 44                                  const struct      43                                  const struct in6_addr *daddr,
 45                                  const struct      44                                  const struct in6_addr *saddr);
 46                                                    45 
 47         int (*fib6_nh_init)(struct net *net, s     46         int (*fib6_nh_init)(struct net *net, struct fib6_nh *fib6_nh,
 48                             struct fib6_config     47                             struct fib6_config *cfg, gfp_t gfp_flags,
 49                             struct netlink_ext     48                             struct netlink_ext_ack *extack);
 50         void (*fib6_nh_release)(struct fib6_nh     49         void (*fib6_nh_release)(struct fib6_nh *fib6_nh);
 51         void (*fib6_nh_release_dsts)(struct fi << 
 52         void (*fib6_update_sernum)(struct net      50         void (*fib6_update_sernum)(struct net *net, struct fib6_info *rt);
 53         int (*ip6_del_rt)(struct net *net, str     51         int (*ip6_del_rt)(struct net *net, struct fib6_info *rt, bool skip_notify);
 54         void (*fib6_rt_update)(struct net *net     52         void (*fib6_rt_update)(struct net *net, struct fib6_info *rt,
 55                                struct nl_info      53                                struct nl_info *info);
 56                                                    54 
 57         void (*udpv6_encap_enable)(void);          55         void (*udpv6_encap_enable)(void);
 58         void (*ndisc_send_na)(struct net_devic     56         void (*ndisc_send_na)(struct net_device *dev, const struct in6_addr *daddr,
 59                               const struct in6     57                               const struct in6_addr *solicited_addr,
 60                               bool router, boo     58                               bool router, bool solicited, bool override, bool inc_opt);
 61 #if IS_ENABLED(CONFIG_XFRM)                        59 #if IS_ENABLED(CONFIG_XFRM)
 62         void (*xfrm6_local_rxpmtu)(struct sk_b     60         void (*xfrm6_local_rxpmtu)(struct sk_buff *skb, u32 mtu);
 63         int (*xfrm6_udp_encap_rcv)(struct sock     61         int (*xfrm6_udp_encap_rcv)(struct sock *sk, struct sk_buff *skb);
 64         struct sk_buff *(*xfrm6_gro_udp_encap_ << 
 65                                                << 
 66                                                << 
 67         int (*xfrm6_rcv_encap)(struct sk_buff      62         int (*xfrm6_rcv_encap)(struct sk_buff *skb, int nexthdr, __be32 spi,
 68                                int encap_type)     63                                int encap_type);
 69 #endif                                             64 #endif
 70         struct neigh_table *nd_tbl;                65         struct neigh_table *nd_tbl;
 71                                                    66 
 72         int (*ipv6_fragment)(struct net *net,      67         int (*ipv6_fragment)(struct net *net, struct sock *sk, struct sk_buff *skb,
 73                              int (*output)(str     68                              int (*output)(struct net *, struct sock *, struct sk_buff *));
 74         struct net_device *(*ipv6_dev_find)(st << 
 75                                             st << 
 76         int (*ip6_xmit)(const struct sock *sk, << 
 77                         __u32 mark, struct ipv << 
 78 };                                                 69 };
 79 extern const struct ipv6_stub *ipv6_stub __rea     70 extern const struct ipv6_stub *ipv6_stub __read_mostly;
 80                                                    71 
 81 /* A stub used by bpf helpers. Similarly ugly      72 /* A stub used by bpf helpers. Similarly ugly as ipv6_stub */
 82 struct ipv6_bpf_stub {                             73 struct ipv6_bpf_stub {
 83         int (*inet6_bind)(struct sock *sk, str     74         int (*inet6_bind)(struct sock *sk, struct sockaddr *uaddr, int addr_len,
 84                           u32 flags);              75                           u32 flags);
 85         struct sock *(*udp6_lib_lookup)(struct     76         struct sock *(*udp6_lib_lookup)(struct net *net,
 86                                      const str     77                                      const struct in6_addr *saddr, __be16 sport,
 87                                      const str     78                                      const struct in6_addr *daddr, __be16 dport,
 88                                      int dif,      79                                      int dif, int sdif, struct udp_table *tbl,
 89                                      struct sk     80                                      struct sk_buff *skb);
 90         int (*ipv6_setsockopt)(struct sock *sk << 
 91                                sockptr_t optva << 
 92         int (*ipv6_getsockopt)(struct sock *sk << 
 93                                sockptr_t optva << 
 94         int (*ipv6_dev_get_saddr)(struct net * << 
 95                                   const struct << 
 96                                   const struct << 
 97                                   unsigned int << 
 98                                   struct in6_a << 
 99 };                                                 81 };
100 extern const struct ipv6_bpf_stub *ipv6_bpf_st     82 extern const struct ipv6_bpf_stub *ipv6_bpf_stub __read_mostly;
101                                                    83 
102 #endif                                             84 #endif
103                                                    85 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php