Searched refs:key_offset (Results 1 – 22 of 22) sorted by relevance
| /net/tls/ |
| A D | tls.h | 62 unsigned int key_offset; member 91 return (char *)crypto_info + cipher_desc->key_offset; in crypto_info_key()
|
| A D | tls_main.c | 73 .key_offset = offsetof(struct ci, key), \
|
| /net/bridge/ |
| A D | br_vlan_tunnel.c | 30 .key_offset = offsetof(struct net_bridge_vlan, tinfo.tunnel_id),
|
| A D | br_fdb.c | 29 .key_offset = offsetof(struct net_bridge_fdb_entry, key),
|
| A D | br_vlan.c | 24 .key_offset = offsetof(struct net_bridge_vlan, vid),
|
| A D | br_multicast.c | 41 .key_offset = offsetof(struct net_bridge_mdb_entry, addr), 48 .key_offset = offsetof(struct net_bridge_port_group, key),
|
| /net/rds/ |
| A D | bind.c | 47 .key_offset = offsetof(struct rds_sock, rs_bound_key),
|
| /net/handshake/ |
| A D | request.c | 44 .key_offset = offsetof(struct handshake_req, hr_sk),
|
| /net/ipv6/ |
| A D | seg6_hmac.c | 74 .key_offset = offsetof(struct seg6_hmac_info, hmackeyid),
|
| A D | ioam6.c | 65 .key_offset = offsetof(struct ioam6_namespace, id), 73 .key_offset = offsetof(struct ioam6_schema, id),
|
| A D | ip6mr.c | 368 .key_offset = offsetof(struct mfc6_cache, cmparg),
|
| /net/mac80211/ |
| A D | mesh_pathtbl.c | 32 .key_offset = offsetof(struct mesh_path, dst), 41 .key_offset = offsetof(struct ieee80211_mesh_fast_tx, key),
|
| A D | sta_info.c | 76 .key_offset = offsetof(struct sta_info, addr), 85 .key_offset = offsetof(struct link_sta_info, addr),
|
| /net/ipv6/ila/ |
| A D | ila_xlat.c | 87 .key_offset = offsetof(struct ila_map, xp.ip.locator_match),
|
| /net/ipv4/ |
| A D | ip_fragment.c | 735 .key_offset = offsetof(struct inet_frag_queue, key),
|
| A D | ipmr.c | 385 .key_offset = offsetof(struct mfc_cache, cmparg),
|
| /net/bluetooth/ |
| A D | hci_conn.c | 2934 void hci_setup_tx_timestamp(struct sk_buff *skb, size_t key_offset, in hci_setup_tx_timestamp() argument 2949 if (!skb || !sockc || !sk || !key_offset) in hci_setup_tx_timestamp() 2955 key = atomic_add_return(key_offset, &sk->sk_tskey); in hci_setup_tx_timestamp()
|
| /net/core/ |
| A D | xdp.c | 64 .key_offset = offsetof(struct xdp_mem_allocator, mem.id),
|
| /net/sched/ |
| A D | cls_flower.c | 149 .key_offset = offsetof(struct fl_flow_mask, key), 2131 .key_offset = offsetof(struct cls_fl_filter, mkey), /* base offset */ 2140 mask->filter_ht_params.key_offset += mask->range.start; in fl_init_mask_hashtable()
|
| A D | act_ct.c | 62 .key_offset = offsetof(struct tcf_ct_flow_table, key),
|
| /net/tipc/ |
| A D | socket.c | 3043 .key_offset = offsetof(struct tipc_sock, portid),
|
| /net/netfilter/ |
| A D | nf_tables_api.c | 59 .key_offset = offsetof(struct nft_chain, name), 68 .key_offset = offsetof(struct nft_object, key),
|
Completed in 88 milliseconds