> We want to use kstrgetmsg() to get UDP data in our driver, is below code OK?
If you want a stream, why not just use the documented ldi entrypoints like ldi_open_by_name(9F) and ldi_getmsg(9F)? In any case, manipulating locks in sockfs directly from your driver is not viable. -- meem _______________________________________________ networking-discuss mailing list [email protected]
