Home
last modified time | relevance | path

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

/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_thread.c1174 int ip_version1 = action->nat.ip_version; in action_check() local
1176 if ((ip_version1 && (ip_version0 == 0)) || in action_check()
1177 ((ip_version1 == 0) && ip_version0)) in action_check()
/dpdk/examples/ip_pipeline/
H A Dthread.c1148 int ip_version1 = action->nat.ip_version; in action_check() local
1150 if ((ip_version1 && (ip_version0 == 0)) || in action_check()
1151 ((ip_version1 == 0) && ip_version0)) in action_check()