Searched defs:loginfo (Results 1 - 5 of 5) sorted by relevance

/net/bridge/netfilter/
H A Debt_log.c77 const struct net_device *out, const struct nf_loginfo *loginfo,
88 '0' + loginfo->u.log.level, prefix,
93 if (loginfo->type == NF_LOG_TYPE_LOG)
94 bitmask = loginfo->u.log.logflags;
75 ebt_log_packet(struct net *net, u_int8_t pf, unsigned int hooknum, const struct sk_buff *skb, const struct net_device *in, const struct net_device *out, const struct nf_loginfo *loginfo, const char *prefix) argument
H A Debt_ulog.c243 struct ebt_ulog_info loginfo; local
246 loginfo.nlgroup = EBT_ULOG_DEFAULT_NLGROUP;
247 loginfo.cprange = 0;
248 loginfo.qthreshold = EBT_ULOG_DEFAULT_QTHRESHOLD;
249 loginfo.prefix[0] = '\0';
251 loginfo.nlgroup = li->u.ulog.group;
252 loginfo.cprange = li->u.ulog.copy_len;
253 loginfo.qthreshold = li->u.ulog.qthreshold;
254 strlcpy(loginfo.prefix, prefix, sizeof(loginfo
[all...]
/net/ipv4/netfilter/
H A Dipt_ULOG.c171 const struct ipt_ulog_info *loginfo,
184 unsigned int groupnum = ffs(loginfo->nl_group) - 1;
187 if (loginfo->copy_range == 0 || loginfo->copy_range > skb->len)
190 copy_len = loginfo->copy_range;
201 } else if (ub->qlen >= loginfo->qthreshold ||
212 pr_debug("qlen %d, qthreshold %Zu\n", ub->qlen, loginfo->qthreshold);
239 else if (loginfo->prefix[0] != '\0')
240 strncpy(pm->prefix, loginfo->prefix, sizeof(pm->prefix));
279 if (ub->qlen >= loginfo
166 ipt_ulog_packet(struct net *net, unsigned int hooknum, const struct sk_buff *skb, const struct net_device *in, const struct net_device *out, const struct ipt_ulog_info *loginfo, const char *prefix) argument
313 struct ipt_ulog_info loginfo; local
332 const struct ipt_ulog_info *loginfo = par->targinfo; local
[all...]
/net/netfilter/
H A Dnf_log.c138 const struct nf_loginfo *loginfo,
151 logger->logfn(net, pf, hooknum, skb, in, out, loginfo, prefix);
132 nf_log_packet(struct net *net, u_int8_t pf, unsigned int hooknum, const struct sk_buff *skb, const struct net_device *in, const struct net_device *out, const struct nf_loginfo *loginfo, const char *fmt, ...) argument
H A Dxt_LOG.c445 const struct nf_loginfo *loginfo,
449 '0' + loginfo->u.log.level, prefix,
475 const struct nf_loginfo *loginfo,
486 if (!loginfo)
487 loginfo = &default_loginfo;
489 log_packet_common(m, pf, hooknum, skb, in, out, loginfo, prefix);
492 dump_ipv4_mac_header(m, loginfo, skb);
494 dump_ipv4_packet(m, loginfo, skb, 0);
806 const struct nf_loginfo *loginfo,
817 if (!loginfo)
439 log_packet_common(struct sbuff *m, u_int8_t pf, unsigned int hooknum, const struct sk_buff *skb, const struct net_device *in, const struct net_device *out, const struct nf_loginfo *loginfo, const char *prefix) argument
469 ipt_log_packet(struct net *net, u_int8_t pf, unsigned int hooknum, const struct sk_buff *skb, const struct net_device *in, const struct net_device *out, const struct nf_loginfo *loginfo, const char *prefix) argument
800 ip6t_log_packet(struct net *net, u_int8_t pf, unsigned int hooknum, const struct sk_buff *skb, const struct net_device *in, const struct net_device *out, const struct nf_loginfo *loginfo, const char *prefix) argument
834 const struct xt_log_info *loginfo = par->targinfo; local
858 const struct xt_log_info *loginfo = par->targinfo; local
[all...]

Completed in 133 milliseconds