Home
last modified time | relevance | path

Searched refs:ipcomp_output (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/include/net/
H A Dipcomp.h21 int ipcomp_output(struct xfrm_state *x, struct sk_buff *skb);
/OK3568_Linux_fs/kernel/net/xfrm/
H A Dxfrm_ipcomp.c167 int ipcomp_output(struct xfrm_state *x, struct sk_buff *skb) in ipcomp_output() function
197 EXPORT_SYMBOL_GPL(ipcomp_output);
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dipcomp.c161 .output = ipcomp_output
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dipcomp6.c181 .output = ipcomp_output,