Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/pkt_filter/
Dethernet.c56 bool npf_eth_dst_addr_match(struct npf_test *test, struct net_pkt *pkt) in npf_eth_dst_addr_match() function
65 return !npf_eth_dst_addr_match(test, pkt); in npf_eth_dst_addr_unmatch()
/Zephyr-latest/include/zephyr/net/
Dnet_pkt_filter.h409 extern npf_test_fn_t npf_eth_dst_addr_match;
461 .test.fn = npf_eth_dst_addr_match, \
515 .test.fn = npf_eth_dst_addr_match, \