Searched refs:fdb (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bridge/
H A Dbr_fdb.c162 const struct net_bridge_fdb_entry *fdb)
164 return !fdb->is_static
165 && time_before_eq(fdb->ageing_timer + hold_time(br), jiffies);
241 /* Before expiring the fdb entry check the brc
335 struct net_bridge_fdb_entry *fdb; local
337 hlist_for_each_entry_rcu(fdb, h, &br->hash[br_mac_hash(addr)], hlist) {
338 if (!compare_ether_addr(fdb->addr.addr, addr)) {
339 if (unlikely(has_expired(br, fdb)))
341 return fdb;
352 struct net_bridge_fdb_entry *fdb; local
161 has_expired(const struct net_bridge *br, const struct net_bridge_fdb_entry *fdb) argument
433 struct net_bridge_fdb_entry *fdb; local
447 struct net_bridge_fdb_entry *fdb; local
479 struct net_bridge_fdb_entry *fdb; local
519 struct net_bridge_fdb_entry *fdb; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/bridge-1.x/brctl/
H A Dbrctl_cmd.c403 struct fdb_entry *fdb = NULL; local
407 fdb = realloc(fdb, (offset + CHUNK) * sizeof(struct fdb_entry));
408 if (!fdb) {
413 n = br_read_fdb(brname, fdb+offset, offset, CHUNK);
426 qsort(fdb, offset, sizeof(struct fdb_entry), compare_fdbs);
430 const struct fdb_entry *f = fdb + i;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drpc001.tcl301 set fdb [eval {berkdb_open -create -btree -mode 0644} \
303 error_check_good dbopen [is_valid_db $fdb] TRUE
313 set ret [eval {$fdb put} {$k $d}]
316 error_check_good sync [$fdb sync] 0
332 rpc_join $env $msg $sleeptime $fdb $pdb $ddb $use_txn 0
333 rpc_join $env $msg $sleeptime $fdb $pdb $ddb $use_txn 1
337 error_check_good fdb:close [$fdb close] 0
340 error_check_good fdb:remove [$env dbremove fruit.db] 0
343 proc rpc_join {env msg sleep fdb pd
[all...]
H A Dtestutils.tcl2750 set fdb [open $file_b r]
2759 set nrb [gets $fdb bline]
2763 close $fdb
2769 close $fdb
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Dfdisk_osf.c691 int fdb; local
693 fdb = open(path, O_RDONLY);
694 if (fdb < 0) {
698 if (read(fdb, ptr, size) < 0) {
700 close(fdb);
704 close(fdb);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_dir2_node.c113 xfs_dir2_db_t fdb; /* freespace block number */ local
132 if ((error = xfs_dir2_grow_inode(args, XFS_DIR2_FREE_SPACE, &fdb))) {
135 ASSERT(fdb == XFS_DIR2_FREE_FIRSTDB(mp));
139 if ((error = xfs_da_get_buf(tp, dp, XFS_DIR2_DB_TO_DA(mp, fdb), -1, &fbp,
918 xfs_dir2_db_t fdb; /* freeblock block number */ local
927 fdb = XFS_DIR2_DB_TO_FDB(mp, db);
928 if ((error = xfs_da_read_buf(tp, dp, XFS_DIR2_DB_TO_DA(mp, fdb),
936 (fdb - XFS_DIR2_FREE_FIRSTDB(mp)));
1003 error = xfs_dir2_shrink_inode(args, fdb, fbp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/ifpsp060/src/
H A Dfpsp.S4261 cmpi.b %d1,&0x1 # is it an fdb<cc>?
4311 # fdb<cc> Dn,<label> #
4386 # The ftrap<cc>, fs<cc>, or fdb<cc> is to take an enabled bsun. we must convert

Completed in 227 milliseconds