[][src]Function nc::socketcall

pub fn socketcall(call: i32, args: &mut usize) -> Result<usize, Errno>

Argument checking cleaned up. Saved 20% in size. This function doesn't need to set the kernel lock because it is set by the callees.