Searched refs:MSG_DONTWAIT (Results 1 – 2 of 2) sorted by relevance
/include/linux/ | ||
D | socket.h | 242 #define MSG_DONTWAIT 0x40 /* Nonblocking io */ macro |
/include/net/ | ||
D | netlink.h | 594 err = netlink_unicast(sk, skb, portid, MSG_DONTWAIT); in nlmsg_unicast() |