Turning off UDP checksums on a kernel mode TDI client

I am creating a UDP socket with a kernel mode TDI client driver. I would
like the option of turning off UDP checksums on the socket that I create
but can’t seem to find any documentation on how to do this.

I know that it can be done from user mode, so there must be a
corresponding kernel mode option, right?

Does anyone know how to do this? Examples or documentation pointers
would be greatly appreciated.

Thanks in advance…