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

/net/xfrm/
H A DKconfig37 A feature to update locator(s) of a given IPsec security
76 The PF_KEY MIGRATE message is used to dynamically update
/net/atm/
H A Dmpoa_caches.h72 void (*update)(eg_cache_entry *entry, uint16_t holding_time); member in struct:eg_cache_ops
H A Dmpc.c1323 mpc->eg_ops->update(entry, holding_time);
/net/batman-adv/
H A Dmulticast.c181 * batadv_mcast_mla_tvlv_update - update multicast tvlv
222 * batadv_mcast_mla_update - update the own MLAs
235 goto update;
241 update:
561 * batadv_mcast_want_unsnoop_update - update unsnoop counter and list
594 * batadv_mcast_want_ipv4_update - update want-all-ipv4 counter and list
627 * batadv_mcast_want_ipv6_update - update want-all-ipv6 counter and list
/net/sunrpc/
H A Dsvcauth_unix.c126 static void update(struct cache_head *cnew, struct cache_head *citem) function
582 .update = unix_gid_update,
883 .update = update,
H A Dcache.c142 * If 'old' is not VALID, we update it directly,
154 detail->update(old, new);
176 detail->update(tmp, new);
267 dprintk("RPC: Want update, refage=%ld, age=%ld\n",
713 * On write, an update request is processed.
/net/can/
H A Dbcm.c274 /* update statistics */
409 /* update statistics */
432 * 1. update the last received data
488 /* received data for the first time => send update to user */
565 static inline int bcm_rx_do_flush(struct bcm_op *op, int update, argument
569 if (update)
579 * update == 0 : just check if throttled data is available (any irq context)
580 * update == 1 : check and send throttled data to userspace (soft_irq context)
582 static int bcm_rx_thr_flush(struct bcm_op *op, int update) argument
591 updated += bcm_rx_do_flush(op, update,
[all...]
/net/mac80211/
H A Drc80211_minstrel_ht.c472 /* Reset update timer */
574 bool last, update = false; local
625 update = true;
633 update = true;
637 update = true;
644 if (update)
/net/bridge/
H A Dbr_multicast.c1088 goto update;
1091 goto update;
1094 goto update;
1098 update:
1101 /* update protected by general multicast_lock by caller */
1114 goto update;
1117 goto update;
1121 update:
1124 /* update protected by general multicast_lock by caller */
/net/ipv6/
H A Dipv6_sockglue.c456 goto update;
483 update:
/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c276 .update = update_rsi,
533 .update = update_rsc,
/net/core/
H A Dneighbour.c1042 void (*update)(struct hh_cache*, const struct net_device*, const unsigned char *)
1046 update = neigh->dev->header_ops->cache_update;
1048 if (update) {
1052 update(hh, neigh->dev, neigh->ha);
1060 /* Generic update routine.
H A Dskbuff.c1493 /* If we need update frag list, we are in troubles.
1966 csum = ops->update(skb->data + offset, copy, csum);
1987 csum2 = ops->update(vaddr + frag->page_offset +
2029 .update = csum_partial_ext,
2833 /* copy was successful so update the size parameters */
2854 * skb_pull_rcsum - pull skb and update receive checksum
2855 * @skb: buffer to update
/net/bluetooth/
H A Dhci_core.c2157 goto update;
2176 update:
3869 * In this kind of scenario skip the update and let the random
3874 BT_DBG("Deferring random address update");
5592 BT_DBG("HCI request failed to update background scanning: "
/net/sctp/
H A Dsocket.c2131 /* If skb's length exceeds the user's buffer, update the skb and
2440 int update = (trans->param_flags & SPP_PMTUD_DISABLE) && local
2444 if (update) {
5886 * RTO update took place. obs_rto_ipaddr will be bogus
6394 /* If we are already listening, just update the backlog */

Completed in 349 milliseconds