diff options
| author | David S. Miller <davem@davemloft.net> | 2020-08-31 12:26:39 -0700 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2020-08-31 12:26:39 -0700 |
| commit | bd10d459056fa396273739ca38bdfee4e46680ae (patch) | |
| tree | fb7225f412637b8527aa0e2a9574f8d673c974b4 /include | |
| parent | 353ff8ccadbeb42937c7a181e3851333ef46a0ee (diff) | |
| parent | a7c978c6c958a6b3051f17897c5f57abf71e2342 (diff) | |
| download | cachepc-linux-bd10d459056fa396273739ca38bdfee4e46680ae.tar.gz cachepc-linux-bd10d459056fa396273739ca38bdfee4e46680ae.zip | |
Merge branch 'Add-ip6_fragment-in-ipv6_stub'
wenxu says:
====================
Add ip6_fragment in ipv6_stub
Add ip6_fragment in ipv6_stub and use it in openvswitch
This version add default function eafnosupport_ipv6_fragment
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
| -rw-r--r-- | include/net/ipv6_stubs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/ipv6_stubs.h b/include/net/ipv6_stubs.h index d7a7f7c81e7b..8fce558b5fea 100644 --- a/include/net/ipv6_stubs.h +++ b/include/net/ipv6_stubs.h @@ -63,6 +63,9 @@ struct ipv6_stub { int encap_type); #endif struct neigh_table *nd_tbl; + + int (*ipv6_fragment)(struct net *net, struct sock *sk, struct sk_buff *skb, + int (*output)(struct net *, struct sock *, struct sk_buff *)); }; extern const struct ipv6_stub *ipv6_stub __read_mostly; |
