/net/mac80211/ |
D | wpa.c | 30 ieee80211_tx_h_michael_mic_add(struct ieee80211_tx_data *tx) in ieee80211_tx_h_michael_mic_add() 194 static int tkip_encrypt_skb(struct ieee80211_tx_data *tx, struct sk_buff *skb) in tkip_encrypt_skb() 249 ieee80211_crypto_tkip_encrypt(struct ieee80211_tx_data *tx) in ieee80211_crypto_tkip_encrypt() 406 static int ccmp_encrypt_skb(struct ieee80211_tx_data *tx, struct sk_buff *skb, in ccmp_encrypt_skb() 478 ieee80211_crypto_ccmp_encrypt(struct ieee80211_tx_data *tx, in ieee80211_crypto_ccmp_encrypt() 643 static int gcmp_encrypt_skb(struct ieee80211_tx_data *tx, struct sk_buff *skb) in gcmp_encrypt_skb() 714 ieee80211_crypto_gcmp_encrypt(struct ieee80211_tx_data *tx) in ieee80211_crypto_gcmp_encrypt() 807 ieee80211_crypto_cs_encrypt(struct ieee80211_tx_data *tx, in ieee80211_crypto_cs_encrypt() 944 ieee80211_crypto_aes_cmac_encrypt(struct ieee80211_tx_data *tx) in ieee80211_crypto_aes_cmac_encrypt() 992 ieee80211_crypto_aes_cmac_256_encrypt(struct ieee80211_tx_data *tx) in ieee80211_crypto_aes_cmac_256_encrypt() [all …]
|
D | tx.c | 51 static __le16 ieee80211_duration(struct ieee80211_tx_data *tx, in ieee80211_duration() 215 ieee80211_tx_h_dynamic_ps(struct ieee80211_tx_data *tx) in ieee80211_tx_h_dynamic_ps() 292 ieee80211_tx_h_check_assoc(struct ieee80211_tx_data *tx) in ieee80211_tx_h_check_assoc() 406 ieee80211_tx_h_multicast_ps_buf(struct ieee80211_tx_data *tx) in ieee80211_tx_h_multicast_ps_buf() 486 ieee80211_tx_h_unicast_ps_buf(struct ieee80211_tx_data *tx) in ieee80211_tx_h_unicast_ps_buf() 565 ieee80211_tx_h_ps_buf(struct ieee80211_tx_data *tx) in ieee80211_tx_h_ps_buf() 577 ieee80211_tx_h_check_control_port_protocol(struct ieee80211_tx_data *tx) in ieee80211_tx_h_check_control_port_protocol() 592 ieee80211_tx_h_select_key(struct ieee80211_tx_data *tx) in ieee80211_tx_h_select_key() 675 ieee80211_tx_h_rate_ctrl(struct ieee80211_tx_data *tx) in ieee80211_tx_h_rate_ctrl() 810 ieee80211_tx_h_sequence(struct ieee80211_tx_data *tx) in ieee80211_tx_h_sequence() [all …]
|
D | agg-rx.c | 59 u16 initiator, u16 reason, bool tx) in ___ieee80211_stop_rx_ba_session() 118 u16 initiator, u16 reason, bool tx) in __ieee80211_stop_rx_ba_session() 272 u16 buf_size, bool tx, bool auto_seq, in ___ieee80211_start_rx_ba_session() 464 u16 tid, u16 buf_size, bool tx, in __ieee80211_start_rx_ba_session()
|
D | wep.c | 270 static int wep_encrypt_skb(struct ieee80211_tx_data *tx, struct sk_buff *skb) in wep_encrypt_skb() 292 ieee80211_crypto_wep_encrypt(struct ieee80211_tx_data *tx) in ieee80211_crypto_wep_encrypt()
|
D | mesh_ps.c | 539 bool tx, bool acked) in ieee80211_mpsp_trigger_process()
|
D | key.h | 76 struct tkip_ctx tx; member
|
D | mlme.c | 2312 u16 stype, u16 reason, bool tx, in ieee80211_set_disassoc() 2726 const u8 *buf, size_t len, bool tx, in ieee80211_report_disconnect() 2748 bool tx; in __ieee80211_disconnect() local 4365 u8 *bssid, u8 reason, bool tx) in ieee80211_sta_connection_lost() 5820 bool tx = !req->local_state_change; in ieee80211_mgd_deauth() local
|
D | driver-ops.h | 710 u32 tx, u32 rx) in drv_set_ringparam() 725 u32 *tx, u32 *tx_max, u32 *rx, u32 *rx_max) in drv_get_ringparam()
|
D | debugfs_sta.c | 362 bool start, tx; in sta_agg_status_write() local
|
D | util.c | 100 void ieee80211_tx_set_protected(struct ieee80211_tx_data *tx) in ieee80211_tx_set_protected()
|
/net/tipc/ |
D | crypto.c | 843 struct tipc_crypto *tx = aead->crypto; in tipc_aead_encrypt_done() local 1208 struct tipc_crypto *tx, *rx; in tipc_crypto_key_flush() local 1314 static struct tipc_aead *tipc_crypto_key_pick_tx(struct tipc_crypto *tx, in tipc_crypto_key_pick_tx() 1388 struct tipc_crypto *tx = tipc_net(rx->net)->crypto_tx; in tipc_crypto_key_synch() local 1445 struct tipc_crypto *tx = tipc_net(net)->crypto_tx; in tipc_crypto_key_revoke() local 1549 struct tipc_crypto *tx = tn->crypto_tx; in tipc_crypto_timeout() local 1689 struct tipc_crypto *tx = tipc_net(net)->crypto_tx; in tipc_crypto_xmit() local 1812 struct tipc_crypto *tx = tipc_net(net)->crypto_tx; in tipc_crypto_rcv() local 2005 struct tipc_crypto *tx = tn->crypto_tx, *rx; in tipc_crypto_do_cmd() local 2195 int tipc_crypto_key_distr(struct tipc_crypto *tx, u8 key, in tipc_crypto_key_distr() [all …]
|
D | node.c | 2919 struct tipc_crypto *tx = tipc_net(net)->crypto_tx, *c = tx; in __tipc_nl_node_set_key() local
|
/net/xdp/ |
D | xsk.h | 22 struct xdp_ring_offset_v1 tx; member
|
/net/tls/ |
D | tls_main.c | 337 int __user *optlen, int tx) in do_tls_getsockopt_conf() 467 unsigned int optlen, int tx) in do_tls_setsockopt_conf()
|
D | tls_sw.c | 2312 int tls_set_sw_offload(struct sock *sk, struct tls_context *ctx, int tx) in tls_set_sw_offload()
|
/net/nfc/nci/ |
D | spi.c | 180 struct spi_transfer tx, rx; in __nci_spi_read() local
|
/net/can/j1939/ |
D | j1939-priv.h | 275 unsigned int tx; member
|
/net/can/ |
D | isotp.c | 152 struct tpcon rx, tx; member
|
/net/dccp/ |
D | feat.c | 1455 } tx, rx; in dccp_feat_init() local
|
/net/core/ |
D | dev.c | 9883 struct netdev_queue *tx; in netif_alloc_netdev_queues() local
|
/net/wireless/ |
D | nl80211.c | 12942 bool tx) in handle_nan_filter()
|