Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/net/pkt_filter/
Dbase.c272 bool npf_ip_src_addr_match(struct npf_test *test, struct net_pkt *pkt) in npf_ip_src_addr_match() function
298 return !npf_ip_src_addr_match(test, pkt); in npf_ip_src_addr_unmatch()
/Zephyr-Core-3.7.0/include/zephyr/net/
Dnet_pkt_filter.h343 extern npf_test_fn_t npf_ip_src_addr_match;
365 .test.fn = npf_ip_src_addr_match, \