Home
last modified time | relevance | path

Searched refs:nf_log_buf_add (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/net/netfilter/
A Dnf_log_syslog.c220 nf_log_buf_add(m, "CWR "); in nf_log_dump_tcp_header()
222 nf_log_buf_add(m, "ECE "); in nf_log_dump_tcp_header()
224 nf_log_buf_add(m, "URG "); in nf_log_dump_tcp_header()
226 nf_log_buf_add(m, "ACK "); in nf_log_dump_tcp_header()
228 nf_log_buf_add(m, "PSH "); in nf_log_dump_tcp_header()
256 nf_log_buf_add(m, ") "); in nf_log_dump_tcp_header()
330 nf_log_buf_add(m, "CE "); in dump_ipv4_packet()
332 nf_log_buf_add(m, "DF "); in dump_ipv4_packet()
334 nf_log_buf_add(m, "MF "); in dump_ipv4_packet()
358 nf_log_buf_add(m, ") "); in dump_ipv4_packet()
[all …]
A Dnf_log.c266 __printf(2, 3) int nf_log_buf_add(struct nf_log_buf *m, const char *f, ...) in nf_log_buf_add() function
284 EXPORT_SYMBOL_GPL(nf_log_buf_add);
/linux-6.3-rc2/include/net/netfilter/
A Dnf_log.h99 __printf(2, 3) int nf_log_buf_add(struct nf_log_buf *m, const char *f, ...);

Completed in 6 milliseconds