Searched refs:matching (Results 1 – 7 of 7) sorted by relevance
| /net/netfilter/ |
| A D | nfnetlink_cttimeout.c | 106 struct ctnl_timeout *timeout, *matching = NULL; in cttimeout_new_timeout() local 127 matching = timeout; in cttimeout_new_timeout() 131 if (matching) { in cttimeout_new_timeout() 136 if (matching->timeout.l3num != l3num || in cttimeout_new_timeout() 137 matching->timeout.l4proto->l4proto != l4num) in cttimeout_new_timeout() 140 return ctnl_timeout_parse_policy(&matching->timeout.data, in cttimeout_new_timeout() 141 matching->timeout.l4proto, in cttimeout_new_timeout() 510 struct ctnl_timeout *timeout, *matching = NULL; in ctnl_timeout_find_get() local 518 matching = timeout; in ctnl_timeout_find_get() 522 return matching ? &matching->timeout : NULL; in ctnl_timeout_find_get()
|
| A D | nfnetlink_acct.c | 63 struct nf_acct *nfacct, *matching = NULL; in nfnl_acct_new() local 82 matching = nfacct; in nfnl_acct_new() 86 if (matching) { in nfnl_acct_new() 89 atomic64_set(&matching->pkts, 0); in nfnl_acct_new() 90 atomic64_set(&matching->bytes, 0); in nfnl_acct_new() 93 if ((matching->flags & NFACCT_F_QUOTA)) in nfnl_acct_new() 95 &matching->flags); in nfnl_acct_new()
|
| A D | Kconfig | 535 packets matching some criteria. 643 This option allows matching for the presence or absence of a 651 This option allows matching packets from an specific OS. 779 Netfilter mark matching allows you to match packets based on the 1180 BPF matching applies a linux socket filter to each packet and 1281 CPU matching allows you to match packets based on the CPU 1369 HL matching allows you to match packets based on the hoplimit 1435 MAC matching allows you to match packets based on the source 1496 Policy matching allows you to match packets based on the 1516 Packet type matching allows you to match a packet by [all …]
|
| /net/bridge/netfilter/ |
| A D | Kconfig | 103 This option adds matching support for 802.3 Ethernet frames. 110 This option adds the among match, which allows matching the MAC source 154 This option adds the mark match, which allows matching frames based on 164 This option adds the packet type match, which allows matching on the
|
| /net/ipv6/netfilter/ |
| A D | Kconfig | 118 frag matching allows you to match packets based on the fragmentation 173 rt matching allows you to match packets based on the routing 182 srh matching allows you to match packets based on the segment
|
| /net/ |
| A D | Kconfig | 347 being used in cls_cgroup and for netfilter matching.
|
| /net/ipv4/ |
| A D | Kconfig | 90 if a matching packet arrives.
|
Completed in 19 milliseconds