Searched refs:NL_STOP (Results 1 – 21 of 21) sorted by relevance
64 return NL_STOP; in nl_invalid_handler_verbose()75 return NL_STOP; in nl_overrun_handler_verbose()111 return NL_STOP; in nl_finish_handler_debug()153 return NL_STOP; in nl_ack_handler_debug()
767 case NL_STOP: \937 else if (err == NL_STOP) { in recvmsgs()1047 return NL_STOP; in ack_wait_handler()
20 return NL_STOP; in error_handler()27 return NL_STOP; in ack_handler()
279 return NL_STOP; in error_handler()293 return NL_STOP; in ack_handler()
58 return nl.NL_STOP65 return nl.NL_STOP
107 return nl.NL_STOP114 return nl.NL_STOP
480 NL_STOP, enumerator603 result = NL_STOP; in nl_recv_msg_handler()626 result = NL_STOP; in nl_recv_msg_handler()644 return NL_STOP; in nl_recv_err_handler()662 result = NL_STOP; in nl_recv_err_handler()
65 NL_STOP, enumerator
34 return NL_STOP; in event_input()
32 return NL_STOP; in event_input()
57 return NL_STOP; in event_input()
48 return NL_STOP; in event_input()
479 return NL_STOP; in error_handler()493 return NL_STOP; in ack_handler()
117 err = NL_STOP; in result_msg_parser()
219 return NL_STOP; in probe_response()
154 return NL_STOP; in message_received()
1323 return NL_STOP; in phy_info_freqs()1369 return NL_STOP; in phy_info_rates()1400 return NL_STOP; in phy_info_band()
43 return NL_STOP; in get_noise_for_scan_results()
288 return NL_STOP; in ack_handler()
1121 will be done repeately until the parser returns NL_STOP, an error was1126 quit due to either an error or NL_STOP nl_recv() respectively the1150 NL_STOP to stop parsing completely.2475 | NL_STOP | Stop parsing and discard all remaining data in the2512 | NL_CB_INVALID | Invalid messages | NL_STOP2514 | NL_CB_FINISH | Messages of type NLMSG_DONE | NL_STOP2516 | NL_CB_OVERRUN | Messages of type NLMSG_OVERRUN | NL_STOP2517 | NL_CB_ACK | ACK Messages | NL_STOP2521 Any of these functions may return NL_OK, NL_SKIP, or NL_STOP.
41 o Fixed nl_recvmsgs() to return 0 when interrupted via NL_STOP or