Searched refs:test_proto (Results 1 – 1 of 1) sorted by relevance
83 static int test_proto; variable233 if (test_proto == IPPROTO_UDP) { in test_receiving()249 } else if (test_proto == IPPROTO_ICMP || in test_receiving()250 test_proto == IPPROTO_ICMPV6) { in test_receiving()293 if (test_proto == IPPROTO_UDP) { in test_fragment()296 } else if (test_proto == IPPROTO_ICMP || in test_fragment()297 test_proto == IPPROTO_ICMPV6) { in test_fragment()356 if (test_proto == IPPROTO_UDP) { in eth_tx_offloading_disabled()358 } else if (test_proto == IPPROTO_ICMP || in eth_tx_offloading_disabled()359 test_proto == IPPROTO_ICMPV6) { in eth_tx_offloading_disabled()[all …]