Home
last modified time | relevance | path

Searched refs:nf_ct_helper_log (Results 1 – 14 of 14) sorted by relevance

/linux-4.4.14/net/netfilter/
Dnf_nat_sip.c164 nf_ct_helper_log(skb, ct, "cannot mangle SIP message"); in nf_nat_sip()
200 nf_ct_helper_log(skb, ct, "cannot mangle Via header"); in nf_nat_sip()
218 nf_ct_helper_log(skb, ct, "cannot mangle maddr"); in nf_nat_sip()
235 nf_ct_helper_log(skb, ct, "cannot mangle received"); in nf_nat_sip()
251 nf_ct_helper_log(skb, ct, "cannot mangle rport"); in nf_nat_sip()
268 nf_ct_helper_log(skb, ct, "cannot mangle contact"); in nf_nat_sip()
275 nf_ct_helper_log(skb, ct, "cannot mangle SIP from/to"); in nf_nat_sip()
284 nf_ct_helper_log(skb, ct, "cannot mangle packet"); in nf_nat_sip()
293 nf_ct_helper_log(skb, ct, "cannot mangle packet"); in nf_nat_sip()
395 nf_ct_helper_log(skb, ct, "all ports in use for SIP"); in nf_nat_sip_expect()
[all …]
Dnf_nat_amanda.c61 nf_ct_helper_log(skb, exp->master, "all ports in use"); in help()
70 nf_ct_helper_log(skb, exp->master, "cannot mangle packet"); in help()
Dnf_nat_irc.c64 nf_ct_helper_log(skb, ct, "all ports in use"); in help()
89 nf_ct_helper_log(skb, ct, "cannot mangle packet"); in help()
Dnf_conntrack_sip.c1041 nf_ct_helper_log(skb, ct, "wrong port %u", port); in process_sdp()
1055 nf_ct_helper_log(skb, ct, "cannot parse SDP message"); in process_sdp()
1064 nf_ct_helper_log(skb, ct, in process_sdp()
1077 nf_ct_helper_log(skb, ct, "cannot mangle SDP"); in process_sdp()
1215 nf_ct_helper_log(skb, ct, "cannot parse contact"); in process_register_request()
1231 nf_ct_helper_log(skb, ct, "cannot parse expires"); in process_register_request()
1242 nf_ct_helper_log(skb, ct, "cannot alloc expectation"); in process_register_request()
1262 nf_ct_helper_log(skb, ct, "cannot add expectation"); in process_register_request()
1319 nf_ct_helper_log(skb, ct, "cannot parse contact"); in process_register_response()
1337 nf_ct_helper_log(skb, ct, "cannot parse expires"); in process_register_response()
[all …]
Dnf_nat_ftp.c100 nf_ct_helper_log(skb, ct, "all ports in use"); in nf_nat_ftp()
118 nf_ct_helper_log(skb, ct, "cannot mangle packet"); in nf_nat_ftp()
Dnf_conntrack_tftp.c64 nf_ct_helper_log(skb, ct, "cannot alloc expectation"); in tftp_help()
80 nf_ct_helper_log(skb, ct, "cannot add expectation"); in tftp_help()
Dnf_nat_tftp.c32 nf_ct_helper_log(skb, exp->master, "cannot add expectation"); in help()
Dnf_conntrack_sane.c141 nf_ct_helper_log(skb, ct, "cannot alloc expectation"); in help()
156 nf_ct_helper_log(skb, ct, "cannot add expectation"); in help()
Dnf_conntrack_amanda.c145 nf_ct_helper_log(skb, ct, "cannot alloc expectation"); in amanda_help()
160 nf_ct_helper_log(skb, ct, "cannot add expectation"); in amanda_help()
Dnf_conntrack_irc.c198 nf_ct_helper_log(skb, ct, in help()
217 nf_ct_helper_log(skb, ct, in help()
Dnf_conntrack_ftp.c474 nf_ct_helper_log(skb, ct, "partial matching of `%s'", in help()
489 nf_ct_helper_log(skb, ct, "cannot alloc expectation"); in help()
541 nf_ct_helper_log(skb, ct, "cannot add expectation"); in help()
Dnf_conntrack_helper.c336 void nf_ct_helper_log(struct sk_buff *skb, const struct nf_conn *ct, in nf_ct_helper_log() function
360 EXPORT_SYMBOL_GPL(nf_ct_helper_log);
Dnf_conntrack_h323_main.c627 nf_ct_helper_log(skb, ct, "cannot process H.245 message"); in h245_help()
1203 nf_ct_helper_log(skb, ct, "cannot process Q.931 message"); in q931_help()
1801 nf_ct_helper_log(skb, ct, "cannot process RAS message"); in ras_help()
/linux-4.4.14/include/net/netfilter/
Dnf_conntrack_helper.h106 void nf_ct_helper_log(struct sk_buff *skb, const struct nf_conn *ct,