Home
last modified time | relevance | path

Searched refs:update (Results 1 – 25 of 37) sorted by relevance

12

/net/tls/
A Dtls_main.c622 bool update = false; in do_tls_setsockopt_conf() local
649 update = true; in do_tls_setsockopt_conf()
661 if (update) { in do_tls_setsockopt_conf()
699 update ? crypto_info : NULL); in do_tls_setsockopt_conf()
703 if (update) { in do_tls_setsockopt_conf()
719 update ? crypto_info : NULL); in do_tls_setsockopt_conf()
723 if (update) { in do_tls_setsockopt_conf()
731 if (!update) in do_tls_setsockopt_conf()
741 if (update) in do_tls_setsockopt_conf()
755 if (update) { in do_tls_setsockopt_conf()
[all …]
/net/ipv4/
A Dtcp_ulp.c108 if (icsk->icsk_ulp_ops->update) in tcp_update_ulp()
109 icsk->icsk_ulp_ops->update(sk, proto, write_space); in tcp_update_ulp()
A Dbpf_tcp_ca.c331 .update = bpf_tcp_ca_update,
/net/xfrm/
A DKconfig65 A feature to update locator(s) of a given IPsec security
128 The PF_KEY MIGRATE message is used to dynamically update
/net/sunrpc/
A Dsvcauth_unix.c136 static void update(struct cache_head *cnew, struct cache_head *citem) in update() function
596 .update = unix_gid_update,
1031 .update = update,
/net/tipc/
A Dgroup.c500 bool ack, deliver, update, leave = false; in tipc_group_filter_msg() local
534 update = false; in tipc_group_filter_msg()
543 update = true; in tipc_group_filter_msg()
578 if (!update) in tipc_group_filter_msg()
A Dnode.c484 goto update; in tipc_node_create()
512 update: in tipc_node_create()
/net/atm/
A Dmpoa_caches.h75 void (*update)(eg_cache_entry *entry, uint16_t holding_time); member
A Dmpoa_caches.c556 .update = update_eg_cache_entry,
/net/netfilter/
A Dnft_dynset.c94 ext = set->ops->update(set, &regs->data[priv->sreg_key], expr, regs); in nft_dynset_eval()
199 if (set->ops->update == NULL) in nft_dynset_init()
A Dnft_quota.c197 .update = nft_quota_obj_update,
A Dxt_recent.c156 struct recent_entry *working, bool update) in recent_entry_reap() argument
168 if (e == working && update) in recent_entry_reap()
A Dnf_tables_api.c7025 const struct nft_elem_update *update = elem->update; in nft_trans_elem_update() local
7042 if (elem->update) in nft_trans_elems_add()
7049 kfree(elem->update); in nft_trans_elems_add()
7529 update.timeout = timeout; in nft_add_set_elem()
7540 if (update.flags) { in nft_add_set_elem()
7545 ue->update = kmemdup(&update, sizeof(update), GFP_KERNEL); in nft_add_set_elem()
7546 if (!ue->update) { in nft_add_set_elem()
7725 if (te->elems[i].update) { in nft_trans_elems_new_abort()
7726 kfree(te->elems[i].update); in nft_trans_elems_new_abort()
7727 te->elems[i].update = NULL; in nft_trans_elems_new_abort()
[all …]
A Dnft_synproxy.c354 .update = nft_synproxy_obj_update,
A Dnft_set_hash.c760 .update = nft_rhash_update,
/net/6lowpan/
A Dndisc.c218 .update = lowpan_ndisc_update,
/net/mac80211/
A Drc80211_minstrel_ht.c1291 bool last, update = false; in minstrel_ht_tx_status() local
1361 update = true; in minstrel_ht_tx_status()
1368 update = true; in minstrel_ht_tx_status()
1373 update = true; in minstrel_ht_tx_status()
1377 if (update) in minstrel_ht_tx_status()
/net/ncsi/
A Dncsi-pkt.h202 unsigned char update; /* NCSI version update */ member
A Dinternal.h110 u8 update; /* NCSI version update */ member
A Dncsi-rsp.c774 ncv->update = decode_bcd_u8(rsp->update); in ncsi_rsp_handler_gvi()
/net/core/
A Dneighbour.c797 goto update; in pneigh_create()
821 update: in pneigh_create()
1291 void (*update)(struct hh_cache*, const struct net_device*, const unsigned char *) in neigh_update_hhs() local
1295 update = neigh->dev->header_ops->cache_update; in neigh_update_hhs()
1297 if (update) { in neigh_update_hhs()
1301 update(hh, neigh->dev, neigh->ha); in neigh_update_hhs()
/net/ipv6/
A Dipv6_sockglue.c822 goto update; in do_ipv6_setsockopt()
851 update: in do_ipv6_setsockopt()
/net/wireless/
A DKconfig22 # may need to update this when certificates are changed and are
/net/sunrpc/auth_gss/
A Dsvcauth_gss.c317 .update = update_rsi,
594 .update = update_rsc,
/net/bridge/
A Dbr_multicast.c3131 goto update; in br_multicast_select_querier()
3139 goto update; in br_multicast_select_querier()
3147 goto update; in br_multicast_select_querier()
3151 update: in br_multicast_select_querier()

Completed in 86 milliseconds

12