| /linux/net/mac80211/ |
| H A D | led.c | 12 void ieee80211_led_assoc(struct ieee80211_local *local, bool associated) in ieee80211_led_assoc() 22 void ieee80211_led_radio(struct ieee80211_local *local, bool enabled) in ieee80211_led_radio() 32 void ieee80211_alloc_led_names(struct ieee80211_local *local) in ieee80211_alloc_led_names() 44 void ieee80211_free_led_names(struct ieee80211_local *local) in ieee80211_free_led_names() 54 struct ieee80211_local *local = container_of(led_cdev->trigger, in ieee80211_tx_led_activate() local 65 struct ieee80211_local *local = container_of(led_cdev->trigger, in ieee80211_tx_led_deactivate() local 74 struct ieee80211_local *local = container_of(led_cdev->trigger, in ieee80211_rx_led_activate() local 85 struct ieee80211_local *local = container_of(led_cdev->trigger, in ieee80211_rx_led_deactivate() local 94 struct ieee80211_local *local = container_of(led_cdev->trigger, in ieee80211_assoc_led_activate() local 105 struct ieee80211_local *local = container_of(led_cdev->trigger, in ieee80211_assoc_led_deactivate() local [all …]
|
| H A D | led.h | 13 static inline void ieee80211_led_rx(struct ieee80211_local *local) in ieee80211_led_rx() 22 static inline void ieee80211_led_tx(struct ieee80211_local *local) in ieee80211_led_tx() 43 static inline void ieee80211_led_assoc(struct ieee80211_local *local, in ieee80211_led_assoc() 47 static inline void ieee80211_led_radio(struct ieee80211_local *local, in ieee80211_led_radio() 51 static inline void ieee80211_alloc_led_names(struct ieee80211_local *local) in ieee80211_alloc_led_names() 54 static inline void ieee80211_free_led_names(struct ieee80211_local *local) in ieee80211_free_led_names() 57 static inline void ieee80211_led_init(struct ieee80211_local *local) in ieee80211_led_init() 60 static inline void ieee80211_led_exit(struct ieee80211_local *local) in ieee80211_led_exit() 63 static inline void ieee80211_mod_tpt_led_trig(struct ieee80211_local *local, in ieee80211_mod_tpt_led_trig() 71 ieee80211_tpt_led_trig_tx(struct ieee80211_local *local, int bytes) in ieee80211_tpt_led_trig_tx() [all …]
|
| H A D | offchannel.c | 27 struct ieee80211_local *local = sdata->local; in ieee80211_offchannel_ps_enable() local 63 struct ieee80211_local *local = sdata->local; in ieee80211_offchannel_ps_disable() local 83 void ieee80211_offchannel_stop_vifs(struct ieee80211_local *local) in ieee80211_offchannel_stop_vifs() 133 void ieee80211_offchannel_return(struct ieee80211_local *local) in ieee80211_offchannel_return() 194 static unsigned long ieee80211_end_finished_rocs(struct ieee80211_local *local, in ieee80211_end_finished_rocs() 225 static bool ieee80211_recalc_sw_work(struct ieee80211_local *local, in ieee80211_recalc_sw_work() 263 struct ieee80211_local *local = in ieee80211_hw_roc_start() local 280 struct ieee80211_local *local = hw_to_local(hw); in ieee80211_ready_on_channel() local 290 static void _ieee80211_start_next_roc(struct ieee80211_local *local) in _ieee80211_start_next_roc() 384 void ieee80211_start_next_roc(struct ieee80211_local *local) in ieee80211_start_next_roc() [all …]
|
| H A D | main.c | 37 void ieee80211_configure_filter(struct ieee80211_local *local) in ieee80211_configure_filter() 90 struct ieee80211_local *local = in ieee80211_reconfig_filter() local 96 static u32 ieee80211_calc_hw_conf_chan(struct ieee80211_local *local, in ieee80211_calc_hw_conf_chan() 193 int ieee80211_hw_config(struct ieee80211_local *local, int radio_idx, in ieee80211_hw_config() 227 static int _ieee80211_hw_conf_chan(struct ieee80211_local *local, in _ieee80211_hw_conf_chan() 242 int ieee80211_hw_conf_chan(struct ieee80211_local *local) in ieee80211_hw_conf_chan() 253 void ieee80211_hw_conf_init(struct ieee80211_local *local) in ieee80211_hw_conf_init() 279 struct ieee80211_local *local = hw_to_local(hw); in ieee80211_emulate_add_chanctx() local 290 struct ieee80211_local *local = hw_to_local(hw); in ieee80211_emulate_remove_chanctx() local 302 struct ieee80211_local *local = hw_to_local(hw); in ieee80211_emulate_change_chanctx() local [all …]
|
| H A D | chan.c | 112 ieee80211_chanctx_user_iter_next(struct ieee80211_local *local, in ieee80211_chanctx_user_iter_next() 164 #define for_each_chanctx_user_assigned(local, ctx, iter) \ argument 173 #define for_each_chanctx_user_reserved(local, ctx, iter) \ argument 182 #define for_each_chanctx_user_all(local, ctx, iter) \ argument 191 int ieee80211_chanctx_num_assigned(struct ieee80211_local *local, in ieee80211_chanctx_num_assigned() 203 static int ieee80211_chanctx_num_reserved(struct ieee80211_local *local, in ieee80211_chanctx_num_reserved() 215 int ieee80211_chanctx_refcount(struct ieee80211_local *local, in ieee80211_chanctx_refcount() 234 static int ieee80211_num_chanctx(struct ieee80211_local *local, int radio_idx) in ieee80211_num_chanctx() 250 static bool ieee80211_can_create_new_chanctx(struct ieee80211_local *local, in ieee80211_can_create_new_chanctx() 334 _ieee80211_chanctx_compatible(struct ieee80211_local *local, in _ieee80211_chanctx_compatible() [all …]
|
| H A D | iface.c | 85 static u32 __ieee80211_idle_off(struct ieee80211_local *local) in __ieee80211_idle_off() 94 static u32 __ieee80211_idle_on(struct ieee80211_local *local) in __ieee80211_idle_on() 105 static u32 __ieee80211_recalc_idle(struct ieee80211_local *local, in __ieee80211_recalc_idle() 149 u32 ieee80211_idle_off(struct ieee80211_local *local) in ieee80211_idle_off() 154 void ieee80211_recalc_idle(struct ieee80211_local *local) in ieee80211_recalc_idle() 164 struct ieee80211_local *local = sdata->local; in ieee80211_verify_mac() local 213 struct ieee80211_local *local = sdata->local; in ieee80211_can_powered_addr_change() local 271 struct ieee80211_local *local = sdata->local; in _ieee80211_change_mac() local 314 struct ieee80211_local *local = sdata->local; in ieee80211_change_mac() local 344 struct ieee80211_local *local = sdata->local; in ieee80211_check_concurrent_iface() local [all …]
|
| H A D | sta_info.c | 90 static int sta_info_hash_del(struct ieee80211_local *local, in sta_info_hash_del() 97 static int link_sta_info_hash_add(struct ieee80211_local *local, in link_sta_info_hash_add() 106 static int link_sta_info_hash_del(struct ieee80211_local *local, in link_sta_info_hash_del() 117 struct ieee80211_local *local = sta->sdata->local; in ieee80211_purge_sta_txqs() local 137 struct ieee80211_local *local = sdata->local; in __cleanup_single_sta() local 190 struct ieee80211_local *local = sdata->local; in cleanup_single_sta() local 196 struct rhlist_head *sta_info_hash_lookup(struct ieee80211_local *local, in sta_info_hash_lookup() 206 struct ieee80211_local *local = sdata->local; in sta_info_get() local 231 struct ieee80211_local *local = sdata->local; in sta_info_get_bss() local 250 struct rhlist_head *link_sta_info_hash_lookup(struct ieee80211_local *local, in link_sta_info_hash_lookup() [all …]
|
| H A D | debugfs.c | 79 struct ieee80211_local *local = file->private_data; in aqm_read() local 118 struct ieee80211_local *local = file->private_data; in aqm_write() local 152 struct ieee80211_local *local = file->private_data; in airtime_flags_read() local 173 struct ieee80211_local *local = file->private_data; in airtime_flags_write() local 190 struct ieee80211_local *local = file->private_data; in aql_pending_read() local 222 struct ieee80211_local *local = file->private_data; in aql_txq_limit_read() local 251 struct ieee80211_local *local = file->private_data; in aql_txq_limit_write() local 345 struct ieee80211_local *local = file->private_data; in force_tx_status_read() local 360 struct ieee80211_local *local = file->private_data; in force_tx_status_write() local 382 struct ieee80211_local *local = file->private_data; in reset_write() local [all …]
|
| H A D | util.c | 42 struct ieee80211_local *local; in wiphy_to_ieee80211_hw() local 207 struct ieee80211_local *local = hw_to_local(hw); in ieee80211_rts_duration() local 250 struct ieee80211_local *local = hw_to_local(hw); in ieee80211_ctstoself_duration() local 286 static void wake_tx_push_queue(struct ieee80211_local *local, in wake_tx_push_queue() 308 struct ieee80211_local *local = hw_to_local(hw); in ieee80211_handle_wake_tx_queue() local 327 struct ieee80211_local *local = sdata->local; in __ieee80211_wake_txqs() local 403 _ieee80211_wake_txqs(struct ieee80211_local *local, unsigned long *flags) in _ieee80211_wake_txqs() 438 struct ieee80211_local *local = from_tasklet(local, t, in ieee80211_wake_txqs() local 452 struct ieee80211_local *local = hw_to_local(hw); in __ieee80211_wake_queue() local 498 struct ieee80211_local *local = hw_to_local(hw); in ieee80211_wake_queue_by_reason() local [all …]
|
| H A D | agg-tx.c | 66 struct ieee80211_local *local = sdata->local; in ieee80211_send_addba_request() local 107 struct ieee80211_local *local = sdata->local; in ieee80211_send_bar() local 236 struct ieee80211_local *local = sdata->local; in __acquires() local 294 struct ieee80211_local *local = sta->local; in __ieee80211_stop_tx_ba_session() local 449 struct ieee80211_local *local = sta->local; in ieee80211_send_addba_with_timeout() local 497 struct ieee80211_local *local = sta->local; in ieee80211_tx_ba_session_handle_start() local 608 struct ieee80211_local *local = sdata->local; in ieee80211_start_tx_ba_session() local 756 static void ieee80211_agg_tx_operational(struct ieee80211_local *local, in ieee80211_agg_tx_operational() 803 struct ieee80211_local *local = sdata->local; in ieee80211_start_tx_ba_cb() local 854 struct ieee80211_local *local = sdata->local; in ieee80211_start_tx_ba_cb_irqsafe() local [all …]
|
| H A D | tx.c | 49 struct ieee80211_local *local = tx->local; in ieee80211_duration() local 195 struct ieee80211_local *local = tx->local; in ieee80211_tx_h_dynamic_ps() local 330 static void purge_old_ps_buffers(struct ieee80211_local *local) in purge_old_ps_buffers() 463 struct ieee80211_local *local = tx->local; in ieee80211_tx_h_unicast_ps_buf() local 895 struct ieee80211_local *local = tx->local; in ieee80211_fragment() local 1212 struct ieee80211_local *local = sdata->local; in ieee80211_tx_prepare() local 1299 static struct txq_info *ieee80211_get_txq(struct ieee80211_local *local, in ieee80211_get_txq() 1379 struct ieee80211_local *local; in codel_dequeue_func() local 1399 struct ieee80211_local *local; in codel_drop_func() local 1414 struct ieee80211_local *local; in fq_tin_dequeue_func() local [all …]
|
| H A D | cfg.c | 99 struct ieee80211_local *local = sdata->local; in ieee80211_set_mon_options() local 212 struct ieee80211_local *local = wiphy_priv(wiphy); in ieee80211_add_iface() local 265 struct ieee80211_local *local = sdata->local; in ieee80211_change_iface() local 588 struct ieee80211_local *local = sdata->local; in ieee80211_set_tx() local 620 struct ieee80211_local *local = sdata->local; in ieee80211_add_key() local 802 struct ieee80211_local *local = sdata->local; in ieee80211_del_key() local 1003 struct ieee80211_local *local = sdata->local; in ieee80211_dump_station() local 1029 struct ieee80211_local *local = wdev_priv(dev->ieee80211_ptr); in ieee80211_dump_survey() local 1039 struct ieee80211_local *local = sdata->local; in ieee80211_get_station() local 1064 struct ieee80211_local *local = wiphy_priv(wiphy); in ieee80211_set_monitor_channel() local [all …]
|
| H A D | status.c | 25 struct ieee80211_local *local = hw_to_local(hw); in ieee80211_tx_status_irqsafe() local 44 static void ieee80211_handle_filtered_frame(struct ieee80211_local *local, in ieee80211_handle_filtered_frame() 257 ieee80211_add_tx_radiotap_header(struct ieee80211_local *local, in ieee80211_add_tx_radiotap_header() 537 static void ieee80211_tdls_td_tx_handle(struct ieee80211_local *local, in ieee80211_tdls_td_tx_handle() 573 ieee80211_sdata_from_skb(struct ieee80211_local *local, struct sk_buff *skb) in ieee80211_sdata_from_skb() 609 static void ieee80211_report_ack_skb(struct ieee80211_local *local, in ieee80211_report_ack_skb() 759 static void ieee80211_report_used_skb(struct ieee80211_local *local, in ieee80211_report_used_skb() 943 void ieee80211_tx_monitor(struct ieee80211_local *local, struct sk_buff *skb, in ieee80211_tx_monitor() 1004 struct ieee80211_local *local = hw_to_local(hw); in __ieee80211_tx_status() local 1149 struct ieee80211_local *local = hw_to_local(hw); in ieee80211_tx_status_skb() local [all …]
|
| H A D | wep.c | 26 void ieee80211_wep_init(struct ieee80211_local *local) in ieee80211_wep_init() 48 static void ieee80211_wep_get_iv(struct ieee80211_local *local, in ieee80211_wep_get_iv() 65 static u8 *ieee80211_wep_add_iv(struct ieee80211_local *local, in ieee80211_wep_add_iv() 93 static void ieee80211_wep_remove_iv(struct ieee80211_local *local, in ieee80211_wep_remove_iv() 132 int ieee80211_wep_encrypt(struct ieee80211_local *local, in ieee80211_wep_encrypt() 192 static int ieee80211_wep_decrypt(struct ieee80211_local *local, in ieee80211_wep_decrypt()
|
| /linux/net/mac802154/ |
| H A D | driver-ops.h | 14 drv_xmit_async(struct ieee802154_local *local, struct sk_buff *skb) in drv_xmit_async() 20 drv_xmit_sync(struct ieee802154_local *local, struct sk_buff *skb) in drv_xmit_sync() 27 static inline int drv_set_pan_id(struct ieee802154_local *local, __le16 pan_id) in drv_set_pan_id() 49 drv_set_extended_addr(struct ieee802154_local *local, __le64 extended_addr) in drv_set_extended_addr() 71 drv_set_short_addr(struct ieee802154_local *local, __le16 short_addr) in drv_set_short_addr() 93 drv_set_pan_coord(struct ieee802154_local *local, bool is_coord) in drv_set_pan_coord() 115 drv_set_promiscuous_mode(struct ieee802154_local *local, bool on) in drv_set_promiscuous_mode() 132 static inline int drv_start(struct ieee802154_local *local, in drv_start() 215 static inline void drv_stop(struct ieee802154_local *local) in drv_stop() 233 drv_set_channel(struct ieee802154_local *local, u8 page, u8 channel) in drv_set_channel() [all …]
|
| H A D | util.c | 28 struct ieee802154_local *local = hw_to_local(hw); in ieee802154_wake_queue() local 54 struct ieee802154_local *local = hw_to_local(hw); in ieee802154_stop_queue() local 67 void ieee802154_hold_queue(struct ieee802154_local *local) in ieee802154_hold_queue() 77 void ieee802154_release_queue(struct ieee802154_local *local) in ieee802154_release_queue() 87 void ieee802154_disable_queue(struct ieee802154_local *local) in ieee802154_disable_queue() 103 struct ieee802154_local *local = in ieee802154_xmit_ifs_timer() local 114 struct ieee802154_local *local = hw_to_local(hw); in ieee802154_xmit_complete() local 152 struct ieee802154_local *local = hw_to_local(hw); in ieee802154_xmit_error() local 168 void ieee802154_stop_device(struct ieee802154_local *local) in ieee802154_stop_device()
|
| H A D | scan.c | 44 static int mac802154_scan_cleanup_locked(struct ieee802154_local *local, in mac802154_scan_cleanup_locked() 84 int mac802154_abort_scan_locked(struct ieee802154_local *local, in mac802154_abort_scan_locked() 105 static void mac802154_flush_queued_beacons(struct ieee802154_local *local) in mac802154_flush_queued_beacons() 117 mac802154_scan_get_next_channel(struct ieee802154_local *local, in mac802154_scan_get_next_channel() 127 static int mac802154_scan_find_next_chan(struct ieee802154_local *local, in mac802154_scan_find_next_chan() 138 static int mac802154_scan_prepare_beacon_req(struct ieee802154_local *local) in mac802154_scan_prepare_beacon_req() 153 static int mac802154_transmit_beacon_req(struct ieee802154_local *local, in mac802154_transmit_beacon_req() 176 struct ieee802154_local *local = in mac802154_scan_worker() local 287 struct ieee802154_local *local = sdata->local; in mac802154_trigger_scan_locked() local 320 int mac802154_process_beacon(struct ieee802154_local *local, in mac802154_process_beacon() [all …]
|
| H A D | rx.c | 34 struct ieee802154_local *local = in mac802154_rx_beacon_worker() local 50 static bool mac802154_should_answer_beacon_req(struct ieee802154_local *local) in mac802154_should_answer_beacon_req() 73 struct ieee802154_local *local = in mac802154_rx_mac_cmd_worker() local 335 __ieee802154_rx_handle_packet(struct ieee802154_local *local, in __ieee802154_rx_handle_packet() 372 ieee802154_monitors_rx(struct ieee802154_local *local, struct sk_buff *skb) in ieee802154_monitors_rx() 400 void ieee802154_rx(struct ieee802154_local *local, struct sk_buff *skb) in ieee802154_rx() 442 struct ieee802154_local *local = hw_to_local(hw); in ieee802154_rx_irqsafe() local
|
| H A D | cfg.c | 22 struct ieee802154_local *local = wpan_phy_priv(wpan_phy); in ieee802154_add_iface_deprecated() local 44 struct ieee802154_local *local = wpan_phy_priv(wpan_phy); in ieee802154_suspend() local 62 struct ieee802154_local *local = wpan_phy_priv(wpan_phy); in ieee802154_resume() local 89 struct ieee802154_local *local = wpan_phy_priv(phy); in ieee802154_add_iface() local 108 struct ieee802154_local *local = wpan_phy_priv(wpan_phy); in ieee802154_set_channel() local 135 struct ieee802154_local *local = wpan_phy_priv(wpan_phy); in ieee802154_set_cca_mode() local 153 struct ieee802154_local *local = wpan_phy_priv(wpan_phy); in ieee802154_set_cca_ed_level() local 171 struct ieee802154_local *local = wpan_phy_priv(wpan_phy); in ieee802154_set_tx_power() local 283 struct ieee802154_local *local = wpan_phy_priv(wpan_phy); in mac802154_abort_scan() local 308 struct ieee802154_local *local = wpan_phy_priv(wpan_phy); in mac802154_stop_beacons() local [all …]
|
| /linux/net/nfc/ |
| H A D | llcp_core.c | 47 struct nfc_llcp_local *local = sock->local; in nfc_llcp_socket_purge() local 66 static void nfc_llcp_socket_release(struct nfc_llcp_local *local, bool device, in nfc_llcp_socket_release() 146 static struct nfc_llcp_local *nfc_llcp_local_get(struct nfc_llcp_local *local) in nfc_llcp_local_get() 160 static void local_cleanup(struct nfc_llcp_local *local) in local_cleanup() 177 struct nfc_llcp_local *local; in local_release() local 185 int nfc_llcp_local_put(struct nfc_llcp_local *local) in nfc_llcp_local_put() 201 static struct nfc_llcp_sock *nfc_llcp_sock_get(struct nfc_llcp_local *local, in nfc_llcp_sock_get() 238 struct nfc_llcp_local *local = container_of(work, struct nfc_llcp_local, in nfc_llcp_timeout_work() local 246 struct nfc_llcp_local *local = timer_container_of(local, t, in nfc_llcp_symm_timer() local 260 struct nfc_llcp_local *local = container_of(work, struct nfc_llcp_local, in nfc_llcp_sdreq_timeout_work() local [all …]
|
| H A D | llcp_commands.c | 192 int nfc_llcp_parse_gb_tlv(struct nfc_llcp_local *local, in nfc_llcp_parse_gb_tlv() 352 struct nfc_llcp_local *local; in nfc_llcp_send_disconnect() local 374 struct nfc_llcp_local *local; in nfc_llcp_send_symm() local 408 struct nfc_llcp_local *local; in nfc_llcp_send_connect() local 484 struct nfc_llcp_local *local; in nfc_llcp_send_cc() local 540 static struct sk_buff *nfc_llcp_allocate_snl(struct nfc_llcp_local *local, in nfc_llcp_allocate_snl() 569 int nfc_llcp_send_snl_sdres(struct nfc_llcp_local *local, in nfc_llcp_send_snl_sdres() 593 int nfc_llcp_send_snl_sdreq(struct nfc_llcp_local *local, in nfc_llcp_send_snl_sdreq() 627 int nfc_llcp_send_dm(struct nfc_llcp_local *local, u8 ssap, u8 dsap, u8 reason) in nfc_llcp_send_dm() 665 struct nfc_llcp_local *local; in nfc_llcp_send_i_frame() local [all …]
|
| /linux/net/rxrpc/ |
| H A D | local_object.c | 42 void rxrpc_local_dont_fragment(const struct rxrpc_local *local, bool set) in rxrpc_local_dont_fragment() argument 59 static long rxrpc_local_cmp_key(const struct rxrpc_local *local, in rxrpc_local_cmp_key() argument 98 struct rxrpc_local *local = rxrpc_client_conn_reap_timeout() local 112 struct rxrpc_local *local; rxrpc_alloc_local() local 162 rxrpc_open_socket(struct rxrpc_local * local,struct net * net) rxrpc_open_socket() argument 250 struct rxrpc_local *local; rxrpc_lookup_local() local 327 rxrpc_get_local(struct rxrpc_local * local,enum rxrpc_local_trace why) rxrpc_get_local() argument 341 rxrpc_get_local_maybe(struct rxrpc_local * local,enum rxrpc_local_trace why) rxrpc_get_local_maybe() argument 358 rxrpc_put_local(struct rxrpc_local * local,enum rxrpc_local_trace why) rxrpc_put_local() argument 379 rxrpc_use_local(struct rxrpc_local * local,enum rxrpc_local_trace why) rxrpc_use_local() argument 398 rxrpc_unuse_local(struct rxrpc_local * local,enum rxrpc_local_trace why) rxrpc_unuse_local() argument 420 rxrpc_destroy_local(struct rxrpc_local * local) rxrpc_destroy_local() argument 460 struct rxrpc_local *local = container_of(rcu, struct rxrpc_local, rcu); rxrpc_local_rcu() local 471 struct rxrpc_local *local; rxrpc_destroy_all_locals() local [all...] |
| H A D | peer_object.c | 30 static unsigned long rxrpc_peer_hash_key(struct rxrpc_local *local, in rxrpc_peer_hash_key() 79 struct rxrpc_local *local, in rxrpc_peer_cmp_key() 117 struct rxrpc_local *local, in __rxrpc_lookup_peer_rcu() 136 struct rxrpc_peer *rxrpc_lookup_peer_rcu(struct rxrpc_local *local, in rxrpc_lookup_peer_rcu() 152 void rxrpc_assess_MTU_size(struct rxrpc_local *local, struct rxrpc_peer *peer) in rxrpc_assess_MTU_size() 222 struct rxrpc_peer *rxrpc_alloc_peer(struct rxrpc_local *local, gfp_t gfp, in rxrpc_alloc_peer() 250 static void rxrpc_init_peer(struct rxrpc_local *local, struct rxrpc_peer *peer, in rxrpc_init_peer() 284 static struct rxrpc_peer *rxrpc_create_peer(struct rxrpc_local *local, in rxrpc_create_peer() 317 void rxrpc_new_incoming_peer(struct rxrpc_local *local, struct rxrpc_peer *peer) in rxrpc_new_incoming_peer() 334 struct rxrpc_peer *rxrpc_lookup_peer(struct rxrpc_local *local, in rxrpc_lookup_peer()
|
| H A D | conn_client.c | 45 static void rxrpc_put_client_connection_id(struct rxrpc_local *local, in rxrpc_put_client_connection_id() 54 static void rxrpc_destroy_client_conn_ids(struct rxrpc_local *local) in rxrpc_destroy_client_conn_ids() 143 void rxrpc_purge_client_connections(struct rxrpc_local *local) in rxrpc_purge_client_connections() 155 struct rxrpc_local *local = bundle->local; in rxrpc_alloc_client_connection() local 253 struct rxrpc_local *local = call->local; in rxrpc_look_up_bundle() local 508 void rxrpc_connect_client_calls(struct rxrpc_local *local) in rxrpc_connect_client_calls() 559 static void rxrpc_set_client_reap_timer(struct rxrpc_local *local) in rxrpc_set_client_reap_timer() 577 struct rxrpc_local *local = bundle->local; in rxrpc_disconnect_client_call() local 703 struct rxrpc_local *local; in rxrpc_deactivate_bundle() local 728 struct rxrpc_local *local = conn->local; in rxrpc_kill_client_conn() local [all …]
|
| H A D | io_thread.c | 29 struct rxrpc_local *local = rcu_dereference_sk_user_data(udp_sk); in rxrpc_encap_rcv() local 65 struct rxrpc_local *local; in rxrpc_error_report() local 124 static bool rxrpc_input_version(struct rxrpc_local *local, struct sk_buff *skb) in rxrpc_input_version() 195 static bool rxrpc_input_packet(struct rxrpc_local *local, struct sk_buff *skb) in rxrpc_input_packet() 434 struct rxrpc_local *local = data; in rxrpc_io_thread() local
|