Home
last modified time | relevance | path

Searched refs:npf_ip_src_addr_unmatch (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.7.0/include/zephyr/net/
Dnet_pkt_filter.h344 extern npf_test_fn_t npf_ip_src_addr_unmatch;
385 .test.fn = npf_ip_src_addr_unmatch, \
/Zephyr-Core-3.7.0/subsys/net/pkt_filter/
Dbase.c296 bool npf_ip_src_addr_unmatch(struct npf_test *test, struct net_pkt *pkt) in npf_ip_src_addr_unmatch() function