Searched refs:nl_recv (Results 1 – 4 of 4) sorted by relevance
73 extern int nl_recv(struct nl_sock *,
625 int nl_recv(struct nl_sock *sk, struct sockaddr_nl *nla, in nl_recv() function795 n = nl_recv(sk, &nla, &buf, &creds); in recvmsgs()
57 o Fix wrong msg_namelen in nl_recv()280 o fix memory leak in nl_recv in case of errors333 calls to nl_recv and nl_send.
864 If enabled, message peeking causes nl_recv() to try and use MSG_PEEK1101 | nl_recv() my_recv()1114 The function nl_recv() is invoked first to receive data from the1126 quit due to either an error or NL_STOP nl_recv() respectively the1138 a netlink socket. It is typically fed by nl_recv() (see2597 .Overwriting nl_recv()2599 Often it is sufficient to overwrite `nl_recv()` which is responsible2604 information on how and when `nl_recv()` is called internally.2617 The following criteras must be met for an own `nl_recv()`