Searched refs:nf_log_packet (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/net/bridge/netfilter/ |
A D | ebt_nflog.c | 36 nf_log_packet(net, PF_BRIDGE, xt_hooknum(par), skb, xt_in(par), in ebt_nflog_tg()
|
A D | ebt_log.c | 194 nf_log_packet(net, NFPROTO_BRIDGE, xt_hooknum(par), skb, in ebt_log_tg()
|
/linux-6.3-rc2/net/netfilter/ |
A D | xt_NFLOG.c | 36 nf_log_packet(net, xt_family(par), xt_hooknum(par), skb, xt_in(par), in nflog_tg()
|
A D | xt_LOG.c | 39 nf_log_packet(net, xt_family(par), xt_hooknum(par), skb, xt_in(par), in log_tg()
|
A D | nfnetlink_osf.c | 235 nf_log_packet(net, family, hooknum, skb, in nf_osf_match() 249 nf_log_packet(net, family, hooknum, skb, in, out, NULL, in nf_osf_match()
|
A D | nf_log.c | 205 void nf_log_packet(struct net *net, in nf_log_packet() function 232 EXPORT_SYMBOL(nf_log_packet);
|
A D | nft_log.c | 116 nf_log_packet(nft_net(pkt), nft_pf(pkt), nft_hook(pkt), pkt->skb, in nft_log_eval()
|
A D | nf_conntrack_helper.c | 345 nf_log_packet(nf_ct_net(ct), nf_ct_l3num(ct), 0, skb, NULL, NULL, NULL, in nf_ct_helper_log()
|
A D | nf_conntrack_proto.c | 66 nf_log_packet(net, state->pf, 0, skb, state->in, state->out, in nf_l4proto_log_invalid()
|
/linux-6.3-rc2/include/net/netfilter/ |
A D | nf_log.h | 77 void nf_log_packet(struct net *net,
|
Completed in 13 milliseconds