diff options
Diffstat (limited to 'include/net/xfrm.h')
| -rw-r--r-- | include/net/xfrm.h | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/include/net/xfrm.h b/include/net/xfrm.h index 32682ae47b3f..116e9c7e19cb 100644 --- a/include/net/xfrm.h +++ b/include/net/xfrm.h @@ -333,7 +333,7 @@ struct xfrm_state_afinfo {  						const xfrm_address_t *saddr);  	int			(*tmpl_sort)(struct xfrm_tmpl **dst, struct xfrm_tmpl **src, int n);  	int			(*state_sort)(struct xfrm_state **dst, struct xfrm_state **src, int n); -	int			(*output)(struct sk_buff *skb); +	int			(*output)(struct sock *sk, struct sk_buff *skb);  	int			(*output_finish)(struct sk_buff *skb);  	int			(*extract_input)(struct xfrm_state *x,  						 struct sk_buff *skb); @@ -1540,7 +1540,7 @@ static inline int xfrm4_rcv_spi(struct sk_buff *skb, int nexthdr, __be32 spi)  int xfrm4_extract_output(struct xfrm_state *x, struct sk_buff *skb);  int xfrm4_prepare_output(struct xfrm_state *x, struct sk_buff *skb); -int xfrm4_output(struct sk_buff *skb); +int xfrm4_output(struct sock *sk, struct sk_buff *skb);  int xfrm4_output_finish(struct sk_buff *skb);  int xfrm4_rcv_cb(struct sk_buff *skb, u8 protocol, int err);  int xfrm4_protocol_register(struct xfrm4_protocol *handler, unsigned char protocol); @@ -1565,7 +1565,7 @@ __be32 xfrm6_tunnel_alloc_spi(struct net *net, xfrm_address_t *saddr);  __be32 xfrm6_tunnel_spi_lookup(struct net *net, const xfrm_address_t *saddr);  int xfrm6_extract_output(struct xfrm_state *x, struct sk_buff *skb);  int xfrm6_prepare_output(struct xfrm_state *x, struct sk_buff *skb); -int xfrm6_output(struct sk_buff *skb); +int xfrm6_output(struct sock *sk, struct sk_buff *skb);  int xfrm6_output_finish(struct sk_buff *skb);  int xfrm6_find_1stfragopt(struct xfrm_state *x, struct sk_buff *skb,  			  u8 **prevhdr);  | 

