Searched refs:tx_key (Results 1 – 5 of 5) sorted by relevance
| /linux/net/tipc/ |
| H A D | crypto.c | 276 u8 tx_key, struct sk_buff *skb, 289 u8 tx_key); 291 static int tipc_crypto_key_revoke(struct net *net, u8 tx_key); 1040 u8 tx_key, struct sk_buff *skb, in tipc_ehdr_build() argument 1065 return tipc_crypto_key_revoke(net, tx_key); in tipc_ehdr_build() 1074 ehdr->tx_key = tx_key; in tipc_ehdr_build() 1322 u8 tx_key) in tipc_crypto_key_pick_tx() argument 1341 if (tx_key == KEY_MASTER) { in tipc_crypto_key_pick_tx() 1448 static int tipc_crypto_key_revoke(struct net *net, u8 tx_key) in tipc_crypto_key_revoke() argument 1455 WARN_ON(!key.active || tx_key != key.active); in tipc_crypto_key_revoke() [all …]
|
| H A D | crypto.h | 129 tx_key:2; member 134 __u8 tx_key:2,
|
| /linux/arch/um/drivers/ |
| H A D | vector_transports.c | 31 uint32_t tx_key; member 103 (*(uint32_t *) (header + td->key_offset)) = td->tx_key; in gre_form_header() 275 td->tx_key = cpu_to_be32(temp_tx); in build_gre_transport_data()
|
| /linux/net/wireless/ |
| H A D | wext-compat.c | 399 const u8 *addr, bool remove, bool tx_key, in cfg80211_set_encryption() argument 491 tx_key = false; in cfg80211_set_encryption() 523 (tx_key || (!addr && wdev->wext.default_key == -1))) { in cfg80211_set_encryption() 549 (tx_key || (!addr && wdev->wext.default_mgmt_key == -1))) { in cfg80211_set_encryption()
|
| /linux/Documentation/virt/uml/ |
| H A D | user_mode_linux_howto_v2.rst | 410 * ``tx_key=int`` - GRE 32-bit integer key for tx packets, if set
|