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

/linux-4.1.27/drivers/net/ethernet/rocker/
H A Drocker.c122 u32 key_crc32; /* key */ member in struct:rocker_flow_tbl_entry
153 u32 key_crc32; /* key */ member in struct:rocker_fdb_tbl_entry
2302 entry, match->key_crc32) { rocker_flow_tbl_find()
2319 match->key_crc32 = crc32(~0, &match->key, key_len); rocker_flow_tbl_add()
2337 hash_add(rocker->flow_tbl, &found->entry, found->key_crc32); rocker_flow_tbl_add()
2356 match->key_crc32 = crc32(~0, &match->key, key_len); rocker_flow_tbl_del()
3450 hash_for_each_possible(rocker->fdb_tbl, found, entry, match->key_crc32) rocker_fdb_tbl_find()
3475 fdb->key_crc32 = crc32(~0, &fdb->key, sizeof(fdb->key)); rocker_port_fdb()
3485 hash_add(rocker->fdb_tbl, &fdb->entry, fdb->key_crc32); rocker_port_fdb()

Completed in 116 milliseconds