Home
last modified time | relevance | path

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

/subsys/net/pkt_filter/
A Dbase.c127 k_spinlock_key_t key = k_spin_lock(&rules->lock); in lock_evaluate()
130 k_spin_unlock(&rules->lock, key); in lock_evaluate()
162 if (!rules) { in net_pkt_filter_ip_recv_ok()
179 k_spinlock_key_t key = k_spin_lock(&rules->lock); in npf_insert_rule()
184 k_spin_unlock(&rules->lock, key); in npf_insert_rule()
192 k_spinlock_key_t key = k_spin_lock(&rules->lock); in npf_append_rule()
197 k_spin_unlock(&rules->lock, key); in npf_append_rule()
205 k_spin_unlock(&rules->lock, key); in npf_remove_rule()
216 sys_slist_init(&rules->rule_head); in npf_remove_all_rules()
217 NET_DBG("removing all rules from %p", rules); in npf_remove_all_rules()
[all …]
A DKconfig11 to construct custom rules for accepting and/or denying packet
21 rules on the IP packet.
28 rules on the IP packet.
35 rules for e.g. TCP/UDP packets.
/subsys/testsuite/ztest/
A DKconfig120 menu "ZTest provided rules"

Completed in 23 milliseconds