try_recv
try_recv("bpf.recv(sd_send)", sd_send, MSG_DONTWAIT, false);
try_recv("bpf.recv(sd_in)", sd_in, MSG_DONTWAIT, false);
try_recv("bpf.recv(sd_out)", sd_out, MSG_DONTWAIT, false);
try_recv("bpf.recv(sd_recv)", sd_recv, MSG_DONTWAIT, false);
try_recv("bpf.recv(sd_out, MSG_OOB)", sd_out,
try_recv("recv(sd_out, MSG_OOB)", sd_out,