Searched refs:generation (Results 1 – 22 of 22) sorted by relevance
| /net/sctp/ |
| A D | Kconfig | 60 bool "Enable optional MD5 hmac cookie generation" 62 Enable optional MD5 hmac based SCTP cookie generation 66 bool "Enable optional SHA1 hmac cookie generation" 68 Enable optional SHA1 hmac based SCTP cookie generation 72 bool "Use no hmac alg in SCTP cookie generation" 74 Use no hmac algorithm in SCTP cookie generation 79 bool "Enable optional MD5 hmac cookie generation" 81 Enable optional MD5 hmac based SCTP cookie generation 86 bool "Enable optional SHA1 hmac cookie generation" 88 Enable optional SHA1 hmac based SCTP cookie generation
|
| /net/batman-adv/ |
| A D | hash.h | 51 atomic_t generation; member 106 atomic_inc(&hash->generation); in batadv_hash_add() 149 atomic_inc(&hash->generation); in batadv_hash_remove()
|
| A D | gateway_client.c | 348 bat_priv->gw.generation++; in batadv_gw_node_add() 444 bat_priv->gw.generation++; in batadv_gw_node_update() 489 bat_priv->gw.generation++; in batadv_gw_node_free()
|
| A D | hash.c | 24 atomic_set(&hash->generation, 0); in batadv_hash_init()
|
| A D | main.c | 189 bat_priv->gw.generation = 0; in batadv_mesh_init()
|
| A D | types.h | 1160 unsigned int generation; member
|
| A D | bat_v.c | 758 cb->seq = bat_priv->gw.generation << 1 | 1; in batadv_v_gw_dump()
|
| A D | bridge_loop_avoidance.c | 2204 cb->seq = atomic_read(&hash->generation) << 1 | 1; in batadv_bla_claim_dump_bucket() 2365 cb->seq = atomic_read(&hash->generation) << 1 | 1; in batadv_bla_backbone_dump_bucket()
|
| A D | distributed-arp-table.c | 907 cb->seq = atomic_read(&hash->generation) << 1 | 1; in batadv_dat_cache_dump_bucket()
|
| A D | multicast.c | 2031 cb->seq = atomic_read(&hash->generation) << 1 | 1; in batadv_mcast_flags_dump_bucket()
|
| A D | bat_iv_ogm.c | 2479 cb->seq = bat_priv->gw.generation << 1 | 1; in batadv_iv_gw_dump()
|
| A D | translation-table.c | 1105 cb->seq = atomic_read(&hash->generation) << 1 | 1; in batadv_tt_local_dump_bucket()
|
| /net/vmw_vsock/ |
| A D | vmci_transport_notify.c | 205 waiting_info.generation = in send_waiting_read() 209 waiting_info.generation = PKT_FIELD(vsk, consume_q_generation); in send_waiting_read() 242 waiting_info.generation = PKT_FIELD(vsk, produce_q_generation); in send_waiting_write() 245 waiting_info.generation = in send_waiting_write()
|
| A D | vmci_transport.h | 50 u64 generation; member
|
| /net/wireless/ |
| A D | trace.h | 189 #define SINFO_ENTRY __field(int, generation) \ 205 __entry->generation = sinfo->generation; \ 1151 __field(int, generation) 1164 __entry->generation = pinfo->generation; 1177 WIPHY_PR_ARG, __entry->ret, __entry->generation,
|
| A D | nl80211.c | 7081 nla_put_u32(msg, NL80211_ATTR_GENERATION, sinfo->generation)) in nl80211_send_station() 8530 nla_put_u32(msg, NL80211_ATTR_GENERATION, pinfo->generation)) in nl80211_send_mpath()
|
| /net/mac80211/ |
| A D | Kconfig | 120 This option affects code generation in mac80211, when
|
| A D | sta_info.c | 964 sinfo->generation = local->sta_generation; in sta_info_insert_finish() 2970 sinfo->generation = sdata->local->sta_generation; in sta_set_sinfo()
|
| A D | cfg.c | 2485 pinfo->generation = mpath->sdata->u.mesh.mesh_paths_generation; in mpath_set_pinfo() 2567 pinfo->generation = mpath->sdata->u.mesh.mpp_paths_generation; in mpp_set_pinfo()
|
| /net/ipv6/ |
| A D | Kconfig | 312 Support for HMAC signature generation and verification
|
| /net/netfilter/ |
| A D | Kconfig | 709 The return packet generation will be delegated to the IPv4
|
| A D | nf_tables_api.c | 10815 static void nf_tables_commit_audit_log(struct list_head *adl, u32 generation) in nf_tables_commit_audit_log() argument 10822 generation); in nf_tables_commit_audit_log()
|
Completed in 116 milliseconds