12 lines
277 B
C
12 lines
277 B
C
|
#ifndef K_MATCHRULR_H
|
||
|
#define K_MATCHRULR_H
|
||
|
|
||
|
/*匹配免认证规则 */
|
||
|
int judge(u_int8_t proto, __be32 sip, __be32 dip, __be16 dport );
|
||
|
|
||
|
int matcl_rule(const struct sk_buff *skb,u_int16_t l3num,
|
||
|
struct net *net,struct nf_conntrack_tuple *tuple);
|
||
|
|
||
|
#endif
|
||
|
|