Home
last modified time | relevance | path

Searched refs:generation (Results 1 – 22 of 22) sorted by relevance

/net/sctp/
A DKconfig60 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 Dhash.h51 atomic_t generation; member
106 atomic_inc(&hash->generation); in batadv_hash_add()
149 atomic_inc(&hash->generation); in batadv_hash_remove()
A Dgateway_client.c348 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 Dhash.c24 atomic_set(&hash->generation, 0); in batadv_hash_init()
A Dmain.c189 bat_priv->gw.generation = 0; in batadv_mesh_init()
A Dtypes.h1160 unsigned int generation; member
A Dbat_v.c758 cb->seq = bat_priv->gw.generation << 1 | 1; in batadv_v_gw_dump()
A Dbridge_loop_avoidance.c2204 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 Ddistributed-arp-table.c907 cb->seq = atomic_read(&hash->generation) << 1 | 1; in batadv_dat_cache_dump_bucket()
A Dmulticast.c2031 cb->seq = atomic_read(&hash->generation) << 1 | 1; in batadv_mcast_flags_dump_bucket()
A Dbat_iv_ogm.c2479 cb->seq = bat_priv->gw.generation << 1 | 1; in batadv_iv_gw_dump()
A Dtranslation-table.c1105 cb->seq = atomic_read(&hash->generation) << 1 | 1; in batadv_tt_local_dump_bucket()
/net/vmw_vsock/
A Dvmci_transport_notify.c205 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 Dvmci_transport.h50 u64 generation; member
/net/wireless/
A Dtrace.h189 #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 Dnl80211.c7081 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 DKconfig120 This option affects code generation in mac80211, when
A Dsta_info.c964 sinfo->generation = local->sta_generation; in sta_info_insert_finish()
2970 sinfo->generation = sdata->local->sta_generation; in sta_set_sinfo()
A Dcfg.c2485 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 DKconfig312 Support for HMAC signature generation and verification
/net/netfilter/
A DKconfig709 The return packet generation will be delegated to the IPv4
A Dnf_tables_api.c10815 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