Searched refs:udp6zerocsumtx (Results 1 - 1 of 1) sorted by relevance

/external/iproute2/ip/
H A Diplink_vxlan.c32 fprintf(f, " [ [no]udpcsum ] [ [no]udp6zerocsumtx ] [ [no]udp6zerocsumrx ]\n");
71 __u8 udp6zerocsumtx = 0; local
198 } else if (!matches(*argv, "udp6zerocsumtx")) {
199 udp6zerocsumtx = 1;
201 udp6zerocsumtx = 0;
281 addattr8(n, 1024, IFLA_VXLAN_UDP_ZERO_CSUM6_TX, udp6zerocsumtx);
428 fputs("udp6zerocsumtx ", f);

Completed in 25 milliseconds