Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_thread.c1178 int ip_version1 = action->nat.ip_version; in action_check() local
1180 if ((ip_version1 && (ip_version0 == 0)) || in action_check()
1181 ((ip_version1 == 0) && ip_version0)) in action_check()
/f-stack/dpdk/examples/ip_pipeline/
H A Dthread.c1150 int ip_version1 = action->nat.ip_version; in action_check() local
1152 if ((ip_version1 && (ip_version0 == 0)) || in action_check()
1153 ((ip_version1 == 0) && ip_version0)) in action_check()