/linux-6.6.21/net/netfilter/ |
D | nf_nat_sip.c | 166 nf_ct_helper_log(skb, ct, "cannot mangle SIP message"); in nf_nat_sip() 202 nf_ct_helper_log(skb, ct, "cannot mangle Via header"); in nf_nat_sip() 220 nf_ct_helper_log(skb, ct, "cannot mangle maddr"); in nf_nat_sip() 237 nf_ct_helper_log(skb, ct, "cannot mangle received"); in nf_nat_sip() 253 nf_ct_helper_log(skb, ct, "cannot mangle rport"); in nf_nat_sip() 270 nf_ct_helper_log(skb, ct, "cannot mangle contact"); in nf_nat_sip() 277 nf_ct_helper_log(skb, ct, "cannot mangle SIP from/to"); in nf_nat_sip() 286 nf_ct_helper_log(skb, ct, "cannot mangle packet"); in nf_nat_sip() 295 nf_ct_helper_log(skb, ct, "cannot mangle packet"); in nf_nat_sip() 415 nf_ct_helper_log(skb, ct, "all ports in use for SIP"); in nf_nat_sip_expect() [all …]
|
D | nf_nat_amanda.c | 49 nf_ct_helper_log(skb, exp->master, "all ports in use"); in help() 57 nf_ct_helper_log(skb, exp->master, "cannot mangle packet"); in help()
|
D | nf_nat_irc.c | 54 nf_ct_helper_log(skb, ct, "all ports in use"); in help() 78 nf_ct_helper_log(skb, ct, "cannot mangle packet"); in help()
|
D | nf_conntrack_sip.c | 1083 nf_ct_helper_log(skb, ct, "wrong port %u", port); in process_sdp() 1097 nf_ct_helper_log(skb, ct, "cannot parse SDP message"); in process_sdp() 1106 nf_ct_helper_log(skb, ct, in process_sdp() 1119 nf_ct_helper_log(skb, ct, "cannot mangle SDP"); in process_sdp() 1258 nf_ct_helper_log(skb, ct, "cannot parse contact"); in process_register_request() 1274 nf_ct_helper_log(skb, ct, "cannot parse expires"); in process_register_request() 1285 nf_ct_helper_log(skb, ct, "cannot alloc expectation"); in process_register_request() 1309 nf_ct_helper_log(skb, ct, "cannot add expectation"); in process_register_request() 1366 nf_ct_helper_log(skb, ct, "cannot parse contact"); in process_register_response() 1384 nf_ct_helper_log(skb, ct, "cannot parse expires"); in process_register_response() [all …]
|
D | nf_nat_ftp.c | 91 nf_ct_helper_log(skb, exp->master, "all ports in use"); in nf_nat_ftp() 109 nf_ct_helper_log(skb, ct, "cannot mangle packet"); in nf_nat_ftp()
|
D | nf_conntrack_tftp.c | 66 nf_ct_helper_log(skb, ct, "cannot alloc expectation"); in tftp_help() 82 nf_ct_helper_log(skb, ct, "cannot add expectation"); in tftp_help()
|
D | nf_conntrack_sane.c | 147 nf_ct_helper_log(skb, ct, "cannot alloc expectation"); in help() 161 nf_ct_helper_log(skb, ct, "cannot add expectation"); in help()
|
D | nf_conntrack_amanda.c | 148 nf_ct_helper_log(skb, ct, "cannot alloc expectation"); in amanda_help() 163 nf_ct_helper_log(skb, ct, "cannot add expectation"); in amanda_help()
|
D | nf_nat_tftp.c | 34 nf_ct_helper_log(skb, exp->master, "cannot add expectation"); in help()
|
D | nf_conntrack_irc.c | 230 nf_ct_helper_log(skb, ct, in help() 249 nf_ct_helper_log(skb, ct, in help()
|
D | nf_conntrack_ftp.c | 461 nf_ct_helper_log(skb, ct, "partial matching of `%s'", in help() 476 nf_ct_helper_log(skb, ct, "cannot alloc expectation"); in help() 528 nf_ct_helper_log(skb, ct, "cannot add expectation"); in help()
|
D | nf_conntrack_helper.c | 326 void nf_ct_helper_log(struct sk_buff *skb, const struct nf_conn *ct, in nf_ct_helper_log() function 350 EXPORT_SYMBOL_GPL(nf_ct_helper_log);
|
D | nf_conntrack_h323_main.c | 570 nf_ct_helper_log(skb, ct, "cannot process H.245 message"); in h245_help() 1132 nf_ct_helper_log(skb, ct, "cannot process Q.931 message"); in q931_help() 1704 nf_ct_helper_log(skb, ct, "cannot process RAS message"); in ras_help()
|
/linux-6.6.21/net/ipv4/netfilter/ |
D | nf_nat_snmp_basic_main.c | 150 nf_ct_helper_log(skb, ct, "parser failed\n"); in snmp_translate() 185 nf_ct_helper_log(skb, ct, "dropping malformed packet\n"); in help() 190 nf_ct_helper_log(skb, ct, "cannot mangle packet"); in help()
|
/linux-6.6.21/include/net/netfilter/ |
D | nf_conntrack_helper.h | 153 void nf_ct_helper_log(struct sk_buff *skb, const struct nf_conn *ct,
|