mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-24 10:58:36 +00:00
11 lines
255 B
C
11 lines
255 B
C
|
#ifndef __CR_NETFILTER_H__
|
||
|
#define __CR_NETFILTER_H__
|
||
|
|
||
|
struct inet_sk_desc;
|
||
|
int nf_lock_connection(struct inet_sk_desc *);
|
||
|
int nf_unlock_connection(struct inet_sk_desc *);
|
||
|
|
||
|
struct inet_sk_info;
|
||
|
int nf_unlock_connection_info(struct inet_sk_info *);
|
||
|
#endif
|