aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
authorSabrina Dubroca <sd@queasysnail.net>2022-09-27 17:45:33 +0200
committerSteffen Klassert <steffen.klassert@secunet.com>2022-09-29 07:18:00 +0200
commit6ee55320520e31f5dae637e928d5792352b22776 (patch)
tree6dcc22ae61a18048244696d464f7baf68b6aad10 /include/net
parentxfrm: tunnel: add extack to ipip_init_state, xfrm6_tunnel_init_state (diff)
downloadlinux-dev-6ee55320520e31f5dae637e928d5792352b22776.tar.xz
linux-dev-6ee55320520e31f5dae637e928d5792352b22776.zip
xfrm: ipcomp: add extack to ipcomp{4,6}_init_state
And the shared helper ipcomp_init_state. Signed-off-by: Sabrina Dubroca <sd@queasysnail.net> Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Diffstat (limited to 'include/net')
-rw-r--r--include/net/ipcomp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/ipcomp.h b/include/net/ipcomp.h
index c31108295079..8660a2a6d1fc 100644
--- a/include/net/ipcomp.h
+++ b/include/net/ipcomp.h
@@ -22,7 +22,7 @@ struct xfrm_state;
int ipcomp_input(struct xfrm_state *x, struct sk_buff *skb);
int ipcomp_output(struct xfrm_state *x, struct sk_buff *skb);
void ipcomp_destroy(struct xfrm_state *x);
-int ipcomp_init_state(struct xfrm_state *x);
+int ipcomp_init_state(struct xfrm_state *x, struct netlink_ext_ack *extack);
static inline struct ip_comp_hdr *ip_comp_hdr(const struct sk_buff *skb)
{