Searched refs:update (Results 1 – 15 of 15) sorted by relevance
/net/xfrm/ |
D | Kconfig | 32 A feature to update locator(s) of a given IPsec security 71 The PF_KEY MIGRATE message is used to dynamically update
|
/net/wanrouter/ |
D | wanproc.c | 221 if (wandev->update) { in wandev_show() 222 int err = wandev->update(wandev); in wandev_show()
|
D | wanmain.c | 543 if ((wandev->state != WAN_UNCONFIGURED) && wandev->update) in wanrouter_device_stat() 544 wandev->update(wandev); in wanrouter_device_stat()
|
/net/sunrpc/ |
D | svcauth_unix.c | 139 static void update(struct cache_head *cnew, struct cache_head *citem) in update() function 297 .update = update, 630 .update = unix_gid_update,
|
D | cache.c | 141 detail->update(old, new); in sunrpc_cache_update() 163 detail->update(tmp, new); in sunrpc_cache_update()
|
/net/atm/ |
D | mpoa_caches.h | 72 void (*update)(eg_cache_entry *entry, uint16_t holding_time); member
|
D | mpc.c | 1292 mpc->eg_ops->update(entry, holding_time); in MPOA_cache_impos_rcvd()
|
/net/can/ |
D | bcm.c | 563 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/ |
D | bcast.c | 603 goto update; in tipc_bcbearer_send() 612 update: in tipc_bcbearer_send()
|
/net/wireless/ |
D | Kconfig | 44 and if this option is enabled CRDA *will* be called to update the
|
/net/ipv6/ |
D | ipv6_sockglue.c | 431 goto update; in do_ipv6_setsockopt() 457 update: in do_ipv6_setsockopt()
|
D | sit.c | 301 goto update; in ipip6_tunnel_add_prl() 321 update: in ipip6_tunnel_add_prl()
|
/net/sunrpc/auth_gss/ |
D | svcauth_gss.c | 277 .update = update_rsi, 526 .update = update_rsc,
|
/net/core/ |
D | neighbour.c | 945 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/ |
D | socket.c | 2214 int update = (trans->param_flags & SPP_PMTUD_DISABLE) && in sctp_apply_peer_addr_params() local 2218 if (update) { in sctp_apply_peer_addr_params()
|