Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/l3fwd/
H A Dl3fwd_common.h17 #define IPV4_MIN_LEN_BE (sizeof(struct rte_ipv4_hdr) << 8) macro
43 ipv4_hdr->total_length < IPV4_MIN_LEN_BE)) in rfc1812_process()
/f-stack/dpdk/examples/performance-thread/l3fwd-thread/
H A Dmain.c1314 #define IPV4_MIN_LEN_BE (sizeof(struct rte_ipv4_hdr) << 8) macro
1340 ipv4_hdr->total_length < IPV4_MIN_LEN_BE)) { in rfc1812_process()