Home
last modified time | relevance | path

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

/net/xfrm/
DKconfig32 A feature to update locator(s) of a given IPsec security
71 The PF_KEY MIGRATE message is used to dynamically update
/net/wanrouter/
Dwanproc.c221 if (wandev->update) { in wandev_show()
222 int err = wandev->update(wandev); in wandev_show()
Dwanmain.c543 if ((wandev->state != WAN_UNCONFIGURED) && wandev->update) in wanrouter_device_stat()
544 wandev->update(wandev); in wanrouter_device_stat()
/net/sunrpc/
Dsvcauth_unix.c139 static void update(struct cache_head *cnew, struct cache_head *citem) in update() function
297 .update = update,
630 .update = unix_gid_update,
Dcache.c141 detail->update(old, new); in sunrpc_cache_update()
163 detail->update(tmp, new); in sunrpc_cache_update()
/net/atm/
Dmpoa_caches.h72 void (*update)(eg_cache_entry *entry, uint16_t holding_time); member
Dmpc.c1292 mpc->eg_ops->update(entry, holding_time); in MPOA_cache_impos_rcvd()
/net/can/
Dbcm.c563 static inline int bcm_rx_do_flush(struct bcm_op *op, int update, int index) in bcm_rx_do_flush() argument
566 if (update) in bcm_rx_do_flush()
579 static int bcm_rx_thr_flush(struct bcm_op *op, int update) in bcm_rx_thr_flush() argument
588 updated += bcm_rx_do_flush(op, update, i); in bcm_rx_thr_flush()
592 updated += bcm_rx_do_flush(op, update, 0); in bcm_rx_thr_flush()
/net/tipc/
Dbcast.c603 goto update; in tipc_bcbearer_send()
612 update: in tipc_bcbearer_send()
/net/wireless/
DKconfig44 and if this option is enabled CRDA *will* be called to update the
/net/ipv6/
Dipv6_sockglue.c431 goto update; in do_ipv6_setsockopt()
457 update: in do_ipv6_setsockopt()
Dsit.c301 goto update; in ipip6_tunnel_add_prl()
321 update: in ipip6_tunnel_add_prl()
/net/sunrpc/auth_gss/
Dsvcauth_gss.c277 .update = update_rsi,
526 .update = update_rsc,
/net/core/
Dneighbour.c945 void (*update)(struct hh_cache*, const struct net_device*, const unsigned char *) in neigh_update_hhs() local
948 if (update) { in neigh_update_hhs()
951 update(hh, neigh->dev, neigh->ha); in neigh_update_hhs()
/net/sctp/
Dsocket.c2214 int update = (trans->param_flags & SPP_PMTUD_DISABLE) && in sctp_apply_peer_addr_params() local
2218 if (update) { in sctp_apply_peer_addr_params()