Searched refs:NL_STOP (Results 1 – 20 of 20) sorted by relevance
66 return NL_STOP; in nl_invalid_handler_verbose()77 return NL_STOP; in nl_overrun_handler_verbose()112 return NL_STOP; in nl_finish_handler_debug()154 return NL_STOP; in nl_ack_handler_debug()
819 case NL_STOP: \992 else if (err == NL_STOP) { in recvmsgs()1102 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
68 NL_STOP, enumerator
485 NL_STOP, enumerator608 result = NL_STOP; in nl_recv_msg_handler()631 result = NL_STOP; in nl_recv_msg_handler()649 return NL_STOP; in nl_recv_err_handler()667 result = NL_STOP; in nl_recv_err_handler()
38 return NL_STOP; in event_input()
53 return NL_STOP; in event_input()
60 return NL_STOP; in event_input()
51 return NL_STOP; in event_input()
479 return NL_STOP; in error_handler()493 return NL_STOP; in ack_handler()
119 err = NL_STOP; in result_msg_parser()
1526 return NL_STOP; in phy_info_edmg_capa()1710 return NL_STOP; in phy_info_freqs()1756 return NL_STOP; in phy_info_rates()1864 return NL_STOP; in phy_info_iftype()1868 return NL_STOP; in phy_info_iftype()1889 return NL_STOP; in phy_info_band()
44 return NL_STOP; in get_noise_for_scan_results()
280 return NL_STOP; in ack_handler()305 return NL_STOP; in ack_handler_cookie()310 return NL_STOP; in ack_handler_cookie()316 return NL_STOP; in ack_handler_cookie()346 return NL_STOP; in error_handler()
220 return NL_STOP; in probe_response()
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